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/StateFileConfig.hxx | |
parent | bcc1e51097b0bfac30f2ffb0d81c5b8a7cfd874f (diff) |
StateFileConfig: add attribute "restore_paused"
Diffstat (limited to 'src/StateFileConfig.hxx')
-rw-r--r-- | src/StateFileConfig.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/StateFileConfig.hxx b/src/StateFileConfig.hxx index 1faa20caf..c8e5fc0f4 100644 --- a/src/StateFileConfig.hxx +++ b/src/StateFileConfig.hxx @@ -34,6 +34,8 @@ struct StateFileConfig { std::chrono::steady_clock::duration interval; + bool restore_paused; + explicit StateFileConfig(const ConfigData &config); bool IsEnabled() const noexcept { |