media: progress update interval follows resources

This commit is contained in:
end-4
2025-09-18 08:12:52 +02:00
parent 47725ea4b5
commit fc0b069ad2
3 changed files with 4 additions and 4 deletions
@@ -22,7 +22,7 @@ MouseArea {
Timer {
running: activePlayer?.playbackState == MprisPlaybackState.Playing
interval: 1000
interval: Config.options.resources.updateInterval
repeat: true
onTriggered: activePlayer.positionChanged()
}