From eb9b63c7a711528089b6d418f98a2b63870392e7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 17 Apr 2017 16:33:07 -0400 Subject: update playback progress reporting --- MediaBrowser.Model/Session/PlaybackStartInfo.cs | 13 +------------ MediaBrowser.Model/Session/SessionInfoDto.cs | 7 ------- 2 files changed, 1 insertion(+), 19 deletions(-) (limited to 'MediaBrowser.Model/Session') diff --git a/MediaBrowser.Model/Session/PlaybackStartInfo.cs b/MediaBrowser.Model/Session/PlaybackStartInfo.cs index d1ea2841e5..f6f496e4ea 100644 --- a/MediaBrowser.Model/Session/PlaybackStartInfo.cs +++ b/MediaBrowser.Model/Session/PlaybackStartInfo.cs @@ -1,5 +1,4 @@ -using System.Collections.Generic; - + namespace MediaBrowser.Model.Session { /// @@ -7,15 +6,5 @@ namespace MediaBrowser.Model.Session /// public class PlaybackStartInfo : PlaybackProgressInfo { - public PlaybackStartInfo() - { - QueueableMediaTypes = new List(); - } - - /// - /// Gets or sets the queueable media types. - /// - /// The queueable media types. - public List QueueableMediaTypes { get; set; } } } diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs index 42263c6442..0909d255ae 100644 --- a/MediaBrowser.Model/Session/SessionInfoDto.cs +++ b/MediaBrowser.Model/Session/SessionInfoDto.cs @@ -14,12 +14,6 @@ namespace MediaBrowser.Model.Session /// The supported commands. public List SupportedCommands { get; set; } - /// - /// Gets or sets the queueable media types. - /// - /// The queueable media types. - public List QueueableMediaTypes { get; set; } - /// /// Gets or sets the playable media types. /// @@ -119,7 +113,6 @@ namespace MediaBrowser.Model.Session AdditionalUsers = new List(); PlayableMediaTypes = new List(); - QueueableMediaTypes = new List(); SupportedCommands = new List(); } } -- cgit v1.2.3