mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 11:44:48 +03:00
factor device pixel ratio into downloaded image size
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user