mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 07:16:31 +01:00
added HasDynamicCategories to user views
This commit is contained in:
@@ -67,6 +67,7 @@ namespace MediaBrowser.Model.Dto
|
||||
public float? Metascore { get; set; }
|
||||
|
||||
public bool? IsUnidentified { get; set; }
|
||||
public bool? HasDynamicCategories { get; set; }
|
||||
|
||||
public int? AnimeSeriesIndex { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user