mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Changing some methods signature in Playlist to be compatible in Shared Memory, now finishing process after some time
This commit is contained in:
@@ -33,7 +33,7 @@ class MoveController(AbstractController):
|
||||
try:
|
||||
song = self.player.playlist.move_songs(pos1, pos2)
|
||||
|
||||
songs = self.player.playlist.songs_to_preload
|
||||
songs = self.player.playlist.getSongsToPreload()
|
||||
await self.__down.preload(songs)
|
||||
|
||||
song_name = song.title if song.title else song.identifier
|
||||
|
||||
Reference in New Issue
Block a user