From 6fbd5cf46407a212fadb52eee00c7ac7690430ea Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Mon, 16 Jul 2012 12:50:44 -0400 Subject: All calls to get items now require passing in a userId. Made the model project portable. Also filled in more api calls. --- MediaBrowser.Model/Entities/Studio.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 MediaBrowser.Model/Entities/Studio.cs (limited to 'MediaBrowser.Model/Entities/Studio.cs') diff --git a/MediaBrowser.Model/Entities/Studio.cs b/MediaBrowser.Model/Entities/Studio.cs new file mode 100644 index 0000000000..da9582aeda --- /dev/null +++ b/MediaBrowser.Model/Entities/Studio.cs @@ -0,0 +1,7 @@ + +namespace MediaBrowser.Model.Entities +{ + public class Studio : BaseItem + { + } +} -- cgit v1.2.3