ソースを参照

Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser

Techywarrior 12 年 前
コミット
378237230f
1 ファイル変更1 行追加1 行削除
  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)
             {