mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-11 09:07:00 -05:00
8 lines
106 B
C#
8 lines
106 B
C#
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public class Genre : BaseEntity
|
|
{
|
|
}
|
|
}
|