Explorar el Código

Update Emby.Server.Implementations/Updates/InstallationManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback hace 4 años
padre
commit
ddfb13f945
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Emby.Server.Implementations/Updates/InstallationManager.cs

+ 0 - 1
Emby.Server.Implementations/Updates/InstallationManager.cs

@@ -388,7 +388,6 @@ namespace Emby.Server.Implementations.Updates
                     // Ignore any exceptions.
                 }
             }
-            
             stream.Position = 0;
             _zipClient.ExtractAllFromZip(stream, targetDir, true);