mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
Hopefully the last of dealing with the metadata folder
This commit is contained in:
@@ -62,6 +62,11 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
// Ignore any folders containing a file called .ignore
|
||||
resolve = false;
|
||||
}
|
||||
else if (args.IsMetadataFolder)
|
||||
{
|
||||
// Don't retrieve these children here - we'll get them in the season resolver
|
||||
resolve = false;
|
||||
}
|
||||
|
||||
return resolve;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user