mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Modifying play and prev commands to work with Process
This commit is contained in:
@@ -133,7 +133,7 @@ class Playlist:
|
||||
|
||||
return song
|
||||
|
||||
def history(self) -> list:
|
||||
def getHistory(self) -> list:
|
||||
titles = []
|
||||
for song in self.__songs_history:
|
||||
title = song.title if song.title else 'Unknown'
|
||||
|
||||
Reference in New Issue
Block a user