aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/Studio.cs
blob: da9582aeda29b03e2fd11d11b9f8753395ea9145 (plain)
1
2
3
4
5
6
7
namespace MediaBrowser.Model.Entities
{
    public class Studio : BaseItem
    {
    }
}