mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
retry image saving to internal location
This commit is contained in:
parent
6271ca99c8
commit
49d222a6d5
3 changed files with 53 additions and 19 deletions
|
|
@ -87,6 +87,7 @@ namespace MediaBrowser.Server.Implementations.Channels
|
|||
|
||||
const int currentRefreshLevel = 1;
|
||||
var maxRefreshLevel = features.AutoRefreshLevels ?? 0;
|
||||
maxRefreshLevel = Math.Max(maxRefreshLevel, 2);
|
||||
|
||||
if (maxRefreshLevel > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue