aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-24 23:02:09 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-24 23:02:09 -0400
commit5048914445c371ced2f060b9bcd1d43945bcf8c0 (patch)
treeba3e9f7d6deadc3a93e3611ba6dd1f5e45d15cfe /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent12d47e1e9431cc9f89b135b185702f7f1b0face2 (diff)
update hls
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index 0b8f21129..1b7bcab53 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -1077,7 +1077,7 @@ namespace MediaBrowser.Api.Playback
{
get
{
- return true;
+ return false;
}
}