mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-26 02:27:06 +01:00
All calls to get items now require passing in a userId. Made the model project portable. Also filled in more api calls.
This commit is contained in:
parent
baedafbeb9
commit
6fbd5cf464
7
MediaBrowser.Model/Entities/Studio.cs
Normal file
7
MediaBrowser.Model/Entities/Studio.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public class Studio : BaseItem
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user