aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamRequest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamRequest.cs')
-rw-r--r--MediaBrowser.Api/Playback/StreamRequest.cs8
1 files changed, 2 insertions, 6 deletions
diff --git a/MediaBrowser.Api/Playback/StreamRequest.cs b/MediaBrowser.Api/Playback/StreamRequest.cs
index 78682d54a..a73a8f0d9 100644
--- a/MediaBrowser.Api/Playback/StreamRequest.cs
+++ b/MediaBrowser.Api/Playback/StreamRequest.cs
@@ -61,15 +61,11 @@ namespace MediaBrowser.Api.Playback
public bool Static { get; set; }
/// <summary>
- /// This is an xbox 360 param that is used with dlna. If true the item's image should be returned instead of audio or video.
- /// No need to put this in api docs since it's dlna only
- /// </summary>
- public bool AlbumArt { get; set; }
-
- /// <summary>
/// For testing purposes
/// </summary>
public bool ThrowDebugError { get; set; }
+
+ public string Params { get; set; }
}
public class VideoStreamRequest : StreamRequest