mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-15 06:42:18 +01:00
I lied - re-worked metadata folder handling again. Should now really only hit once and is available for other item types
This commit is contained in:
@@ -18,6 +18,7 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
public static List<string> IgnoreFolders = new List<string>()
|
||||
{
|
||||
"trailers",
|
||||
"metadata",
|
||||
"bdmv",
|
||||
"certificate",
|
||||
"backup",
|
||||
@@ -62,11 +63,6 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
// Ignore any folders containing a file called .ignore
|
||||
resolve = false;
|
||||
}
|
||||
else if (args.IsMetadataFolder)
|
||||
{
|
||||
// I think this is redundant, but...
|
||||
resolve = false;
|
||||
}
|
||||
|
||||
return resolve;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user