Merge pull request #7512 from crobibero/update-plugin

(cherry picked from commit ca67a48140)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
pull/7532/head
Cody Robibero 2 years ago committed by Joshua Boniface
parent a6273253c3
commit cc608c17bd

@ -104,6 +104,10 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
{
_logger.LogError(ex, "Error updating {0}", package.Name);
}
catch (InvalidDataException ex)
{
_logger.LogError(ex, "Error updating {0}", package.Name);
}
// Update progress
lock (progress)

Loading…
Cancel
Save