mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-14 20:56:45 +01:00
8 lines
99 B
C#
8 lines
99 B
C#
|
|
namespace MediaBrowser.Model.Entities
|
|
{
|
|
public class Genre : BaseItem
|
|
{
|
|
}
|
|
}
|