mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 19:52:14 +00:00
player: don't print error if aborted while loading external files
This commit is contained in:
parent
7d10728aaa
commit
f81ae9c3fc
@ -642,6 +642,7 @@ int mp_add_external_file(struct MPContext *mpctx, char *filename,
|
||||
return first_num;
|
||||
|
||||
err_out:
|
||||
if (!mp_cancel_test(mpctx->playback_abort))
|
||||
MP_ERR(mpctx, "Can not open external file %s.\n", disp_filename);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user