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
845554722e
jellyfin
/
MediaBrowser.Controller
/
Entities
/
Year.cs
8 lines
105 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
Moved some entities to the main project
2012-09-10 18:34:02 -07:00
namespace
MediaBrowser.Controller.Entities
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
{
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