diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-03 23:57:28 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-03 23:57:28 -0400 |
| commit | 6dd22c82072a9c001551a29fbc2b52b135c2aa91 (patch) | |
| tree | e26ee63ceb58db53f22de2e242aad01a396fe129 | |
| parent | 5ca339c05577c752afee34bc178a3e7ca1f789f3 (diff) | |
Subtitle Path (#72)
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 5ecff74f9..9a264a7ba 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/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) { |
