mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 00:15:02 -04:00
Fix non-strict isMovie check
This commit is contained in:
parent
8464020de4
commit
d5cf630fe5
@ -136,7 +136,7 @@ public class MediaDetection {
|
||||
return metaInfo instanceof Movie;
|
||||
}
|
||||
|
||||
if (isEpisode(file, strict)) {
|
||||
if (isEpisode(file, true)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user