Updated to latest Unstable.

This commit is contained in:
Greenback
2020-11-19 18:27:18 +00:00
126 changed files with 3074 additions and 1316 deletions

View File

@@ -1082,7 +1082,6 @@ namespace Emby.Server.Implementations
if (!string.IsNullOrEmpty(lastName) && cleanup)
{
// Attempt a cleanup of old folders.
versions.RemoveAt(x);
try
{
Logger.LogDebug("Deleting {Path}", versions[x].Path);
@@ -1092,6 +1091,8 @@ namespace Emby.Server.Implementations
{
Logger.LogWarning(e, "Unable to delete {Path}", versions[x].Path);
}
versions.RemoveAt(x);
}
}
@@ -1469,7 +1470,6 @@ namespace Emby.Server.Implementations
_disposed = true;
}
}
internal class CertificateInfo