basic tv series endpoints added
This commit is contained in:
9
WatchIt.Common/WatchIt.Common.Model/Series/Series.cs
Normal file
9
WatchIt.Common/WatchIt.Common.Model/Series/Series.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace WatchIt.Common.Model.Series;
|
||||
|
||||
public class Series : Media.Media
|
||||
{
|
||||
[JsonPropertyName("has_ended")]
|
||||
public bool HasEnded { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user