mirror of https://github.com/mpv-player/mpv
player/loadfile: remove blank line on exit
This commit is contained in:
parent
82451bdf04
commit
051ba909b4
|
@ -1919,7 +1919,6 @@ terminate_playback:
|
|||
mpv_error_string(end_event.error), end_event.reason);
|
||||
if (end_event.error == MPV_ERROR_UNKNOWN_FORMAT)
|
||||
MP_ERR(mpctx, "Failed to recognize file format.\n");
|
||||
MP_INFO(mpctx, "\n");
|
||||
|
||||
if (mpctx->playing)
|
||||
playlist_entry_unref(mpctx->playing);
|
||||
|
|
Loading…
Reference in New Issue