aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-22 11:41:34 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-22 11:41:34 -0500
commitb7e5e21c975cc4953764d48c1dacbcd4dc149de9 (patch)
tree1bf66f65eb3a11b095b83c2d116fd70db919ba27 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent7bc370bdc72df5dac395b8fee805284b845ed911 (diff)
update task buttons
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 b3610bc38..77f6dc103 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -824,7 +824,7 @@ namespace MediaBrowser.Api.Playback
{
get
{
- return false;
+ return true;
}
}