jellyfin/MediaBrowser.Model/Entities/Genre.cs

8 lines
99 B
C#

namespace MediaBrowser.Model.Entities
{
public class Genre : BaseItem
{
}
}