Add better currently played music controls

This commit is contained in:
csd4ni3l
2025-06-30 18:57:30 +02:00
parent 748dcb17c4
commit 2fb9d7b8e5
7 changed files with 120 additions and 57 deletions

View File

@@ -161,7 +161,7 @@ class Downloader(arcade.gui.UIView):
self.yt_dl_buffer = f"Successfully downloaded {title} to {path}"
def ensure_yt_dlp():
def ensure_yt_dlp(self):
system = platform.system()
if system == "Windows":