jellyfin/MediaBrowser.Controller/Entities/Genre.cs
LukePulverenti Luke Pulverenti luke pulverenti 2467ca9668 Moved some entities to the main project
2012-09-10 21:34:02 -04:00

8 lines
106 B
C#

namespace MediaBrowser.Controller.Entities
{
public class Genre : BaseEntity
{
}
}