aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/SubtitleStreamInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Dlna/SubtitleStreamInfo.cs')
-rw-r--r--MediaBrowser.Model/Dlna/SubtitleStreamInfo.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/MediaBrowser.Model/Dlna/SubtitleStreamInfo.cs b/MediaBrowser.Model/Dlna/SubtitleStreamInfo.cs
deleted file mode 100644
index 7a89308dc..000000000
--- a/MediaBrowser.Model/Dlna/SubtitleStreamInfo.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-namespace MediaBrowser.Model.Dlna
-{
- public class SubtitleStreamInfo
- {
- public string Url { get; set; }
- public string Language { get; set; }
- public string Name { get; set; }
- public bool IsForced { get; set; }
- public string Format { get; set; }
- public string DisplayTitle { get; set; }
- public int Index { get; set; }
- public SubtitleDeliveryMethod DeliveryMethod { get; set; }
- public bool IsExternalUrl { get; set; }
- }
-} \ No newline at end of file