diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-12-30 00:57:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-30 00:57:11 -0500 |
| commit | 0577c38714902152f6c20ab93e77dec1bae7bfd7 (patch) | |
| tree | 4dd2facb7d376848ae277104b200ad97b81ded7b /MediaBrowser.Api/Playback/Hls/BaseHlsService.cs | |
| parent | c10b152018967ddafe72efbccfe8ca6c586cbf04 (diff) | |
| parent | b8f57f586b218558bcb45259d65dfe990e593559 (diff) | |
Merge pull request #2374 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Api/Playback/Hls/BaseHlsService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Hls/BaseHlsService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs b/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs index 84f395518..17a0eeb8e 100644 --- a/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs +++ b/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs @@ -223,6 +223,7 @@ namespace MediaBrowser.Api.Playback.Hls protected Stream GetPlaylistFileStream(string path) { var tmpPath = path + ".tmp"; + tmpPath = path; try { |
