From 9fa51e49dd113072d32b5467422a443bf744407a Mon Sep 17 00:00:00 2001 From: Florrie Date: Sun, 8 Apr 2018 22:09:09 -0300 Subject: --status-line + man for custom status lines --- src/loop-play.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/loop-play.js') diff --git a/src/loop-play.js b/src/loop-play.js index 62e67fd..2fa7da7 100644 --- a/src/loop-play.js +++ b/src/loop-play.js @@ -719,7 +719,8 @@ module.exports = async function startLoopPlay( useConverterOptions = true, disablePlaybackStatus = false, startTrack = null, - trackDisplayFile = null + trackDisplayFile = null, + statusLineTemplate = undefined } ) { // Looping play function. Takes a playlist and an object containing general @@ -764,7 +765,7 @@ module.exports = async function startLoopPlay( const playController = new PlayController({ player, playlist, historyController, downloadController, - trackDisplayFile + trackDisplayFile, statusLineTemplate }) Object.assign(playController, {useConverterOptions}) -- cgit 1.3.0-6-gf8a5