mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
ignore WithReadDb() calls in mono
This commit is contained in:
parent
aeae9d75d1
commit
177f88303c
5 changed files with 8 additions and 12 deletions
|
@ -261,7 +261,7 @@ namespace NzbDrone.Core.Jobs
|
|||
return;
|
||||
}
|
||||
|
||||
var settings = All().Where(j => j.TypeName == queueItem.JobType.ToString()).Single();
|
||||
var settings = All().Single(j => j.TypeName == queueItem.JobType.ToString());
|
||||
|
||||
using (_notification = new ProgressNotification(jobImplementation.Name))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue