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