aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-25 13:29:45 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-25 13:29:45 -0500
commite36b2e9ca2ec2c7e925e941cd50b42e5c22078e9 (patch)
tree9c29dc57634d864c2a1ec34d1a20d31d9d066df7 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parentd91a6fc6cd64fd25919d9917bd78dcfbe87317be (diff)
removed dead code
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index d98e2f3a1..1b5e6e865 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -130,7 +130,6 @@ namespace MediaBrowser.Api.Playback
data += "-" + (state.Request.DeviceId ?? string.Empty);
data += "-" + (state.Request.PlaySessionId ?? string.Empty);
- data += "-" + (state.Request.ClientTime ?? string.Empty);
var dataHash = data.GetMD5().ToString("N");