diff options
| author | Techywarrior <techywarrior@gmail.com> | 2013-04-03 21:22:22 -0700 |
|---|---|---|
| committer | Techywarrior <techywarrior@gmail.com> | 2013-04-03 21:22:22 -0700 |
| commit | 378237230f34b1eeaa1d81f356ba916e23c4da8c (patch) | |
| tree | e26ee63ceb58db53f22de2e242aad01a396fe129 | |
| parent | 54ac6c2d889fb05f9707f5899eb6c6fc48c681cb (diff) | |
| parent | 69542e3860febbb33fa64b8f0409ac6fa66a782a (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
| -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) { |
