Added ConfigureAwait(false) to provider calls
This commit is contained in:
parent
d44f264ac0
commit
1c5f728ec2
|
@ -245,7 +245,7 @@ namespace MediaBrowser.Controller
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
await provider.Fetch(item, args);
|
await provider.Fetch(item, args).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user