mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
mplayer: remove extra "\n" in output
This commit is contained in:
parent
5404fa26f9
commit
bf3b3d138d
@ -4037,7 +4037,7 @@ play_next_file:
|
||||
vo_control(mpctx->video_out, VOCTRL_RESUME, NULL);
|
||||
|
||||
if (mpctx->filename) {
|
||||
mp_tmsg(MSGT_CPLAYER, MSGL_INFO, "\nPlaying %s.\n",
|
||||
mp_tmsg(MSGT_CPLAYER, MSGL_INFO, "Playing %s.\n",
|
||||
filename_recode(mpctx->filename));
|
||||
if (use_filename_title && opts->vo_wintitle == NULL)
|
||||
opts->vo_wintitle = talloc_strdup(NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user