Merge branch 'master' into sessionmanager

This commit is contained in:
Bond-009
2020-02-06 13:04:07 +01:00
committed by GitHub
246 changed files with 1587 additions and 2362 deletions

View File

@@ -1704,7 +1704,7 @@ namespace Emby.Server.Implementations.Session
}
catch (Exception ex)
{
_logger.LogError("Error getting {0} image info", ex, type);
_logger.LogError(ex, "Error getting image information for {Type}", type);
return null;
}
}