aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/Studio.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Entities/Studio.cs')
-rw-r--r--MediaBrowser.Model/Entities/Studio.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/Studio.cs b/MediaBrowser.Model/Entities/Studio.cs
new file mode 100644
index 000000000..da9582aed
--- /dev/null
+++ b/MediaBrowser.Model/Entities/Studio.cs
@@ -0,0 +1,7 @@
+
+namespace MediaBrowser.Model.Entities
+{
+ public class Studio : BaseItem
+ {
+ }
+}