rettelser
This commit is contained in:
@@ -365,6 +365,7 @@ class MainWindow(QMainWindow):
|
||||
self._playlist_panel.event_started.connect(self._on_event_started)
|
||||
self._playlist_panel.next_song_ready.connect(self._on_next_song_ready)
|
||||
self._playlist_panel.playlist_changed.connect(self._on_playlist_changed)
|
||||
self._playlist_panel.sync_requested.connect(self._manual_sync)
|
||||
|
||||
# Debounce-timer til auto-sync — starter sync 5 sek efter sidst ændring
|
||||
self._sync_debounce = QTimer(self)
|
||||
|
||||
Reference in New Issue
Block a user