This website requires JavaScript.
Explore
Help
Register
Sign In
lgladsden
/
jellyfin-server
Watch
1
Star
0
Fork
0
You've already forked jellyfin-server
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6c9ecb6d2e
jellyfin-server
/
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 16:50:44 +00:00
Moved some entities to the main project
2012-09-11 01:34:02 +00: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 16:50:44 +00:00
{
Added BaseEntity so that Person, User, and other misc classes don't have to inherit from BaseItem
2012-08-12 23:57:54 +00: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 16:50:44 +00:00
{
}
}
Reference in New Issue
Copy Permalink