mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
add more device options
This commit is contained in:
@@ -186,13 +186,6 @@ namespace MediaBrowser.Server.Implementations.Channels
|
||||
|
||||
private double? GetDownloadLimit(ChannelOptions channelOptions)
|
||||
{
|
||||
if (!_security.IsMBSupporter)
|
||||
{
|
||||
const double limit = .5;
|
||||
|
||||
return Math.Min(channelOptions.DownloadSizeLimit ?? limit, limit);
|
||||
}
|
||||
|
||||
return channelOptions.DownloadSizeLimit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user