mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-14 03:30:25 +01:00
Moved TV into the main project and added Series properties to DTOBaseItem
This commit is contained in:
parent
2884df296c
commit
8b39ed2f63
@@ -157,7 +157,7 @@ namespace MediaBrowser.Model.DTO
|
||||
public VideoInfo VideoInfo { get; set; }
|
||||
|
||||
[ProtoMember(44)]
|
||||
public VideoInfo SeriesInfo { get; set; }
|
||||
public SeriesInfo SeriesInfo { get; set; }
|
||||
|
||||
[ProtoMember(45)]
|
||||
public bool IsNew { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user