Bedre tag sync
This commit is contained in:
@@ -992,6 +992,8 @@ class MainWindow(QMainWindow):
|
||||
if dialog.exec():
|
||||
# Genindlæs biblioteket så ændringer vises
|
||||
QTimer.singleShot(200, self._reload_library)
|
||||
# Push ændringer til server med det samme
|
||||
QTimer.singleShot(500, self._manual_sync)
|
||||
|
||||
def _send_mail(self, song: dict):
|
||||
import subprocess, sys, shutil, urllib.parse
|
||||
|
||||
Reference in New Issue
Block a user