mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 10:44:23 -04:00
removed double dispose
This commit is contained in:
parent
ebabaac6b1
commit
dc029d549c
@ -101,7 +101,6 @@ public sealed class SetupServer : IDisposable
|
|||||||
}
|
}
|
||||||
|
|
||||||
await _startupServer.StopAsync().ConfigureAwait(false);
|
await _startupServer.StopAsync().ConfigureAwait(false);
|
||||||
_startupServer.Dispose();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user