fix(mpd): use default interval in the example config

2 seconds is 2.5 times more often than the default for the module.
This commit is contained in:
Aleksei Bavshin 2024-03-01 00:19:41 -08:00
parent bb60d41842
commit c03fa38974
No known key found for this signature in database
GPG Key ID: 4F071603387A382A
1 changed files with 1 additions and 1 deletions

View File

@ -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": " "
},