removed dead code

This commit is contained in:
Luke Pulverenti
2015-11-25 13:29:45 -05:00
parent d91a6fc6cd
commit e36b2e9ca2
4 changed files with 1 additions and 121 deletions

View File

@@ -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");