mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Subclassing Button class for each button, changing context interface for handlers
This commit is contained in:
@@ -90,7 +90,6 @@ class Playlist:
|
||||
self.__queue.appendleft(self.__current)
|
||||
|
||||
last_song = self.__songs_history.popleft() # Get the last song
|
||||
print(f'Setando como {last_song} 2')
|
||||
self.__current = last_song
|
||||
return self.__current # return the song
|
||||
|
||||
|
||||
Reference in New Issue
Block a user