diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-25 13:29:45 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-25 13:29:45 -0500 |
| commit | e36b2e9ca2ec2c7e925e941cd50b42e5c22078e9 (patch) | |
| tree | 9c29dc57634d864c2a1ec34d1a20d31d9d066df7 /MediaBrowser.Api/Playback/StreamRequest.cs | |
| parent | d91a6fc6cd64fd25919d9917bd78dcfbe87317be (diff) | |
removed dead code
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamRequest.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/StreamRequest.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/StreamRequest.cs b/MediaBrowser.Api/Playback/StreamRequest.cs index 75242e604..69f8e6e04 100644 --- a/MediaBrowser.Api/Playback/StreamRequest.cs +++ b/MediaBrowser.Api/Playback/StreamRequest.cs @@ -70,7 +70,6 @@ namespace MediaBrowser.Api.Playback public string DeviceProfileId { get; set; } public string Params { get; set; } - public string ClientTime { get; set; } public string PlaySessionId { get; set; } public string LiveStreamId { get; set; } } |
