Merge pull request #7512 from crobibero/update-plugin
(cherry picked from commit ca67a48140
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
This commit is contained in:
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…
Reference in New Issue
Block a user