mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-19 09:38:05 +00:00
8 lines
105 B
C#
8 lines
105 B
C#
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public class Year : BaseEntity
|
|
{
|
|
}
|
|
}
|