mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added IHandleAsync, these handlers will be run async and in parallel to each other.
This commit is contained in:
parent
333a88ebd1
commit
d1ba892e45
4 changed files with 40 additions and 6 deletions
|
@ -63,7 +63,7 @@ namespace NzbDrone.Core.Jobs.Implementations
|
|||
return;
|
||||
}
|
||||
|
||||
notification.CurrentMessage = String.Format("Epsiode metadata refresh completed for {0}", series.Title);
|
||||
notification.CurrentMessage = String.Format("Episode metadata refresh completed for {0}", series.Title);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue