summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/external_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/external_files.c b/player/external_files.c
index 0e3fad73f7..412f28405b 100644
--- a/player/external_files.c
+++ b/player/external_files.c
@@ -221,7 +221,7 @@ static void append_dir_subtitles(struct mpv_global *global, struct MPOpts *opts,
int prio = 0;
if (bstrcmp(tmp_fname_trim, f_fname_trim) == 0 &&
- (type != STREAM_VIDEO || (fuzz != 1 && bstrcmp(dename, f_fname) != 0)))
+ (type != STREAM_VIDEO || fuzz != 1))
prio |= 32; // exact movie name match
bstr lang = {0};