aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/SeriesInfo.cs
blob: 6c206e0314ab2762b1d3d56a6068cc9d0a394fa0 (plain)
1
2
3
4
5
6
namespace MediaBrowser.Controller.Providers
{
    public class SeriesInfo : ItemLookupInfo
    {
    }
}