mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
Fix SA1513, SA1514, SA1507, and SA1508
This commit is contained in:
@@ -393,6 +393,7 @@ namespace Emby.Server.Implementations.Updates
|
||||
// Ignore any exceptions.
|
||||
}
|
||||
}
|
||||
|
||||
stream.Position = 0;
|
||||
_zipClient.ExtractAllFromZip(stream, targetDir, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user