Merge pull request #4334 from theoratkin/master

feat(mpd): add playing-interval option
This commit is contained in:
Alexis Rouillard
2026-07-04 00:11:01 +02:00
committed by GitHub
6 changed files with 19 additions and 3 deletions
+5
View File
@@ -29,6 +29,11 @@ Addressed by *mpd*
default: 5 ++
The interval in which the connection to the MPD server is retried
*playing-interval*: ++
typeof: integer++
default: 1000 ++
The interval (in milliseconds) in which the playing state is updated.
*timeout*: ++
typeof: integer++
default: 30 ++