aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/Year.cs
blob: 359bb6aaf803be16c48320553c1abcef9846ea00 (plain)
1
2
3
4
5
6
7
namespace MediaBrowser.Model.Entities
{
    public class Year : BaseEntity
    {
    }
}