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

@@ -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; }
}