mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 08:13:42 +02:00
Merge pull request #7512 from crobibero/update-plugin
This commit is contained in:
commit
ca67a48140
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue