Update to dotnet 5.0.7

This commit is contained in:
crobibero
2021-06-14 06:44:55 -06:00
parent aaa9cc604f
commit e021a0e9ce
21 changed files with 25 additions and 25 deletions
@@ -30,7 +30,7 @@ namespace Jellyfin.Server.Implementations.Events
public void Publish<T>(T eventArgs)
where T : EventArgs
{
Task.WaitAll(PublishInternal(eventArgs));
PublishInternal(eventArgs).GetAwaiter().GetResult();
}
/// <inheritdoc />