mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-09-29 15:31:04 -04:00
8 lines
98 B
C#
8 lines
98 B
C#
|
|
namespace MediaBrowser.Model.Entities
|
|
{
|
|
public class Year : BaseItem
|
|
{
|
|
}
|
|
}
|