mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 20:24:47 +03:00
Oops - still resolving metadata folder
This commit is contained in:
@@ -60,11 +60,6 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
// Ignore any folders containing a file called .ignore
|
||||
resolve = false;
|
||||
}
|
||||
else if (args.FileInfo.cFileName.Equals("metadata", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
// Ignore metadata folders
|
||||
resolve = false;
|
||||
}
|
||||
|
||||
return resolve;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user