mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
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);
|
mpv_error_string(end_event.error), end_event.reason);
|
||||||
if (end_event.error == MPV_ERROR_UNKNOWN_FORMAT)
|
if (end_event.error == MPV_ERROR_UNKNOWN_FORMAT)
|
||||||
MP_ERR(mpctx, "Failed to recognize file format.\n");
|
MP_ERR(mpctx, "Failed to recognize file format.\n");
|
||||||
MP_INFO(mpctx, "\n");
|
|
||||||
|
|
||||||
if (mpctx->playing)
|
if (mpctx->playing)
|
||||||
playlist_entry_unref(mpctx->playing);
|
playlist_entry_unref(mpctx->playing);
|
||||||
|
Loading…
Reference in New Issue
Block a user