This website requires JavaScript.
Explore
Help
Register
Sign In
starred
/
jellyfin-jellyfin-1
Watch
1
Star
0
Fork
0
You've already forked jellyfin-jellyfin-1
mirror of
https://github.com/jellyfin/jellyfin.git
synced
2025-12-16 22:13:06 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2467ca966823d78737a268d2c3b3730bc3b286cc
jellyfin-jellyfin-1
/
MediaBrowser.Controller
/
Entities
/
Studio.cs
8 lines
107 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 12:50:44 -04:00
Moved some entities to the main project
2012-09-10 21:34:02 -04: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 12:50:44 -04:00
{
Added BaseEntity so that Person, User, and other misc classes don't have to inherit from BaseItem
2012-08-12 19:57:54 -04:00
public
class
Studio
:
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 12:50:44 -04:00
{
}
}
Reference in New Issue
Copy Permalink