aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/Genre.cs
blob: ba343a2bc67f31e44284b1122ba4bcefda5a9309 (plain)
1
2
3
4
5
6
7
namespace MediaBrowser.Controller.Entities
{
    public class Genre : BaseEntity
    {
    }
}