mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-02 23:06:31 +01:00
Switched all i/o to win32 methods and added protobuf serialization for ffprobe caching
This commit is contained in:
parent
882e364326
commit
c80c8c1cfd
@@ -53,7 +53,7 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
{
|
||||
var folder = args.FileSystemChildren[i];
|
||||
|
||||
if (!folder.FileInfo.IsDirectory)
|
||||
if (!folder.IsDirectory)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user