mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
Merge branch 'master' into sort-nfo-data
This commit is contained in:
@@ -1652,7 +1652,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