mirror of
https://github.com/csd4ni3l/music-player.git
synced 2026-01-01 12:13:42 +01:00
Add better currently played music controls
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user