diff --git a/commands/__init__.py b/commands/__init__.py index f85d9bf..4036e29 100644 --- a/commands/__init__.py +++ b/commands/__init__.py @@ -65,7 +65,7 @@ async def update(): continue ''' Track Playback ''' track = server.queue[server.queueIndex] - #print(f"Playing track {track}") + print(f"Playing track {track}") url = track["requested_formats"][-1]["url"] print(f"Fetched URL {url}") try: