diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-17 23:34:45 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-17 23:40:14 +0200 |
commit | 113141bf2a6b7a444477e140854ec58fc3fe4fb9 (patch) | |
tree | a0b9a195ea390790b23f84361b076e81f8192e89 /src/StateFile.cxx | |
parent | bcc1e51097b0bfac30f2ffb0d81c5b8a7cfd874f (diff) |
StateFileConfig: add attribute "restore_paused"
Diffstat (limited to 'src/StateFile.cxx')
-rw-r--r-- | src/StateFile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StateFile.cxx b/src/StateFile.cxx index 14618bc6e..a106a509c 100644 --- a/src/StateFile.cxx +++ b/src/StateFile.cxx @@ -129,7 +129,7 @@ try { while ((line = file.ReadLine()) != nullptr) { success = read_sw_volume_state(line, partition.outputs) || audio_output_state_read(line, partition.outputs) || - playlist_state_restore(line, file, song_loader, + playlist_state_restore(config, line, file, song_loader, partition.playlist, partition.pc); #ifdef ENABLE_DATABASE |