Update to dotnet 5.0.7
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user