mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-14 18:23:11 +01:00
Improve support for daily episodes
This commit is contained in:
@@ -33,6 +33,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
public int? Year { get; set; }
|
||||
public int? IndexNumber { get; set; }
|
||||
public int? ParentIndexNumber { get; set; }
|
||||
public DateTime? PremiereDate { get; set; }
|
||||
|
||||
public ItemLookupInfo()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user