aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamRequest.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-13 00:11:54 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-13 00:11:54 -0500
commiteec9e0482525c400e9dc7cb17bc000434adba105 (patch)
tree73f51bc882804ff92b82d1e85a46a6cec10b6d51 /MediaBrowser.Api/Playback/StreamRequest.cs
parent9254c37d52af3d16ec9e46b3e211ecc7dc4f1617 (diff)
take photos into the core
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