From c99e05026f918a44dd43ba58ceaa15ecdd9bb7ad Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 6 Sep 2025 15:41:19 +1000 Subject: plugin: abstract service + ref --- modules/dashboard/dash/Media.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dashboard/dash') diff --git a/modules/dashboard/dash/Media.qml b/modules/dashboard/dash/Media.qml index 657c364..f3fbdbe 100644 --- a/modules/dashboard/dash/Media.qml +++ b/modules/dashboard/dash/Media.qml @@ -33,7 +33,7 @@ Item { onTriggered: Players.active?.positionChanged() } - Ref { + ServiceRef { service: BeatTracker } -- cgit v1.2.3-freya