This website requires JavaScript.
Explore
Help
Sign In
cotugno
/
jellyfin
Watch
2
Fork
0
You've already forked jellyfin
mirror of
https://github.com/jellyfin/jellyfin.git
synced
2024-11-16 10:29:01 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b1df61f7ce
jellyfin
/
MediaBrowser.Model
/
Entities
/
Year.cs
8 lines
100 B
C#
Raw
Normal View
History
Unescape
Escape
All calls to get items now require passing in a userId. Made the model project portable. Also filled in more api calls.
2012-07-16 09:50:44 -07:00
namespace
MediaBrowser.Model.Entities
{
Added BaseEntity so that Person, User, and other misc classes don't have to inherit from BaseItem
2012-08-12 16:57:54 -07:00
public
class
Year
:
BaseEntity
All calls to get items now require passing in a userId. Made the model project portable. Also filled in more api calls.
2012-07-16 09:50:44 -07:00
{
}
}
Reference in New Issue
Copy Permalink