diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-23 19:58:28 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-23 19:58:28 -0400 |
| commit | 1e532d4f53bd65fc1dca3ec8cc6408f1b1efdc02 (patch) | |
| tree | e02408b59e4fc1a058f6e31e996c5a954d0f1448 /MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs | |
| parent | 40836f194bc43b6d03277d70e6fb3c79732132a8 (diff) | |
factor device pixel ratio into downloaded image size
Diffstat (limited to 'MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs b/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs index aa8e7b9f1..4f032fe91 100644 --- a/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs +++ b/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs @@ -12,4 +12,14 @@ namespace MediaBrowser.Controller.Channels public int? Limit { get; set; } } + + public class InternalAllChannelItemsQuery + { + public User User { get; set; } + + public int? StartIndex { get; set; } + + public int? Limit { get; set; } + } + }
\ No newline at end of file |
