فهرست منبع

update subtitles for lg

Luke Pulverenti 9 سال پیش
والد
کامیت
ee6e3b95ca
2فایلهای تغییر یافته به همراه12 افزوده شده و 1 حذف شده
  1. 9 0
      MediaBrowser.Dlna/Profiles/LgTvProfile.cs
  2. 3 1
      MediaBrowser.Dlna/Profiles/Xml/LG Smart TV.xml

+ 9 - 0
MediaBrowser.Dlna/Profiles/LgTvProfile.cs

@@ -189,6 +189,15 @@ namespace MediaBrowser.Dlna.Profiles
                    }
                }
            };
+
+            SubtitleProfiles = new[]
+            {
+                new SubtitleProfile
+                {
+                    Format = "srt",
+                    Method = SubtitleDeliveryMethod.External
+                }
+            };
         }
     }
 }

+ 3 - 1
MediaBrowser.Dlna/Profiles/Xml/LG Smart TV.xml

@@ -77,5 +77,7 @@
     </CodecProfile>
   </CodecProfiles>
   <ResponseProfiles />
-  <SubtitleProfiles />
+  <SubtitleProfiles>
+    <SubtitleProfile format="srt" method="External" />
+  </SubtitleProfiles>
 </Profile>