mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Added IHandleAsync, these handlers will be run async and in parallel to each other.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user