mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Added ConfigureAwait(false) to provider calls
This commit is contained in:
parent
d44f264ac0
commit
1c5f728ec2
@@ -245,7 +245,7 @@ namespace MediaBrowser.Controller
|
||||
continue;
|
||||
}
|
||||
|
||||
await provider.Fetch(item, args);
|
||||
await provider.Fetch(item, args).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user