fix(mpd): use default interval in the example config
2 seconds is 2.5 times more often than the default for the module.pull/2984/head
parent
bb60d41842
commit
c03fa38974
|
@ -72,7 +72,7 @@
|
|||
"format-disconnected": "Disconnected ",
|
||||
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
|
||||
"unknown-tag": "N/A",
|
||||
"interval": 2,
|
||||
"interval": 5,
|
||||
"consume-icons": {
|
||||
"on": " "
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue