fix a few issues with the plugin manifest

This commit is contained in:
dkanada
2020-05-24 15:04:10 +09:00
parent 777c9c7bc9
commit 7972daaba4
7 changed files with 111 additions and 131 deletions

View File

@@ -80,11 +80,11 @@ namespace Emby.Server.Implementations.ScheduledTasks
}
catch (HttpException ex)
{
_logger.LogError(ex, "Error downloading {0}", package.name);
_logger.LogError(ex, "Error downloading {0}", package.Name);
}
catch (IOException ex)
{
_logger.LogError(ex, "Error updating {0}", package.name);
_logger.LogError(ex, "Error updating {0}", package.Name);
}
// Update progress