mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix broken CI by adding await
This commit is contained in:
parent
99df9c8fcd
commit
c5f09ab650
@ -892,6 +892,7 @@ namespace Emby.Dlna.PlayTo
|
||||
/// <inheritdoc />
|
||||
public async Task CloseAllWebSockets(CancellationToken cancellationToken)
|
||||
{
|
||||
await Task.CompletedTask;
|
||||
}
|
||||
|
||||
private class StreamParams
|
||||
|
Loading…
x
Reference in New Issue
Block a user