mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-01 04:34:26 -04:00
Merge pull request #7512 from crobibero/update-plugin
(cherry picked from commit ca67a4814036312326d3f36d894bc47d254d3f91) 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);
|
_logger.LogError(ex, "Error updating {0}", package.Name);
|
||||||
}
|
}
|
||||||
|
catch (InvalidDataException ex)
|
||||||
|
{
|
||||||
|
_logger.LogError(ex, "Error updating {0}", package.Name);
|
||||||
|
}
|
||||||
|
|
||||||
// Update progress
|
// Update progress
|
||||||
lock (progress)
|
lock (progress)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user