mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-02 16:32:07 +01:00
8 lines
105 B
C#
8 lines
105 B
C#
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public class Year : BaseEntity
|
|
{
|
|
}
|
|
}
|