aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/Audio.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Entities/Audio.cs')
-rw-r--r--MediaBrowser.Model/Entities/Audio.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/Audio.cs b/MediaBrowser.Model/Entities/Audio.cs
new file mode 100644
index 000000000..b243411ad
--- /dev/null
+++ b/MediaBrowser.Model/Entities/Audio.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace MediaBrowser.Model.Entities
+{
+ public class Audio : BaseItem
+ {
+ }
+}