retry image saving to internal location

This commit is contained in:
Luke Pulverenti
2015-10-06 10:59:42 -04:00
parent 6271ca99c8
commit 49d222a6d5
3 changed files with 53 additions and 19 deletions

View File

@@ -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)
{