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-18 15:03:06 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b1df61f7cededfdea119e98296f74e1313e4ffe3
jellyfin-jellyfin-1
/
MediaBrowser.Model
/
Entities
/
Studio.cs
8 lines
102 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
namespace
MediaBrowser.Model.Entities
{
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