1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 05:52:50 -05:00

media: fix media player updates

This commit is contained in:
bbedward
2025-12-09 23:59:04 -05:00
parent 318c50bc6c
commit 460486fe25

View File

@@ -227,6 +227,13 @@ Item {
property bool isSeeking: false
Timer {
interval: 1000
running: activePlayer?.playbackState === MprisPlaybackState.Playing && !isSeeking
repeat: true
onTriggered: activePlayer?.positionChanged()
}
Item {
id: bgContainer
anchors.fill: parent