Explorar o código

removed double dispose

JPVenson hai 7 meses
pai
achega
dc029d549c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Jellyfin.Server/ServerSetupApp/SetupServer.cs

+ 0 - 1
Jellyfin.Server/ServerSetupApp/SetupServer.cs

@@ -101,7 +101,6 @@ public sealed class SetupServer : IDisposable
         }
 
         await _startupServer.StopAsync().ConfigureAwait(false);
-        _startupServer.Dispose();
     }
 
     /// <inheritdoc/>