Explorar o código

Subtitle Path (#72)

Luke Pulverenti %!s(int64=12) %!d(string=hai) anos
pai
achega
6dd22c8207
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 1 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -286,7 +286,7 @@ namespace MediaBrowser.Api.Playback
                 return string.Empty;
             }
 
-            var param = string.Format(",ass={0}", path.Replace('\\', '/').Replace(":/", "\\:/"));
+            var param = string.Format(",ass='{0}'", path.Replace('\\', '/').Replace(":/", "\\:/"));
 
             if (startTimeTicks.HasValue)
             {