mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
7 lines
98 B
C#
7 lines
98 B
C#
|
|
namespace MediaBrowser.Model.Entities
|
|
{
|
|
public class Year : BaseItem
|
|
{
|
|
}
|
|
}
|