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
f68137ec4a
jellyfin-server
/
MediaBrowser.Model
/
Entities
/
Genre.cs
8 lines
101 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
namespace
MediaBrowser.Model.Entities
{
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
Genre
:
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