diff --git a/backup_mpd_playlist.py b/backup_mpd_playlist.py index 444a906..616eded 100755 --- a/backup_mpd_playlist.py +++ b/backup_mpd_playlist.py @@ -112,11 +112,11 @@ else: src = host+":"+port, consume = get_status['consume'], current = get_currentsong['file'] if get_currentsong['file'] else '', - time = get_status['time'].split(":")[0] if get_status['time'] else '', random = get_status['random'], repeat = get_status['repeat'], single = get_status['single'], state = get_status['state'], + time = get_status['time'].split(":")[0] if get_status['time'] else '', volume = get_status['volume'], )