mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
8 lines
98 B
C#
8 lines
98 B
C#
|
|
|
|||
|
|
namespace MediaBrowser.Model.Entities
|
|||
|
|
{
|
|||
|
|
public class Year : BaseItem
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|