jellyfin/MediaBrowser.Controller/Providers/SeriesInfo.cs

7 lines
155 B
C#
Raw Normal View History

2015-03-13 20:37:19 +01:00
namespace MediaBrowser.Controller.Providers
{
2015-09-19 23:25:19 +02:00
public class SeriesInfo : ItemLookupInfo
2015-03-13 20:37:19 +01:00
{
public int? AnimeSeriesIndex { get; set; }
}
}