mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Update projects to .NET 9 (#13023)
This commit is contained in:
@@ -1648,7 +1648,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
|
||||
using (var fs = new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.Read, 1))
|
||||
{
|
||||
fs.Read(packetBuffer);
|
||||
fs.ReadExactly(packetBuffer);
|
||||
}
|
||||
|
||||
if (packetBuffer[0] == 71)
|
||||
|
||||
Reference in New Issue
Block a user