jellyfin/MediaBrowser.Controller/Providers/SeriesInfo.cs

6 lines
104 B
C#
Raw Normal View History

2015-03-13 19:37:19 +00:00
namespace MediaBrowser.Controller.Providers
{
2015-09-19 21:25:19 +00:00
public class SeriesInfo : ItemLookupInfo
2015-03-13 19:37:19 +00:00
{
}
}