MPRIS: Switching from python-sdbus to jeepney, no functionality.

This commit is contained in:
The Wobbler 2025-04-16 16:57:01 +02:00
parent a236370d47
commit f23530628c
14 changed files with 301 additions and 125 deletions

View file

@ -1,7 +1,6 @@
#!/usr/bin/python3
from PyQt6.QtCore import Qt, QTimer
from PyQt6.QtWidgets import QDockWidget, QFileDialog
from PyQt6.QtCore import QTimer
from .ui.main_window import MainWindow
from .ui.popups import Popups
@ -76,6 +75,7 @@ class GUI:
def on_playstate_update(self):
self.track_control.on_playstate_update()
self.track_info.update_info()
self.app.mpris_server.on_playstate_update()
def update_gui(self):
self.track_control.track_progress_slider.update_progress()