mirror of
https://github.com/deadcxap/YandexMusicDiscordBot.git
synced 2026-01-13 11:41:56 +03:00
fix: Listen playlist not working, player embed update, user uploaded tracks fetching.
This commit is contained in:
@@ -121,7 +121,7 @@ class VoiceGuildsDatabase(BaseGuildsDatabase):
|
||||
else:
|
||||
raise ValueError(f"Unknown operation '{operation}'")
|
||||
|
||||
self.update(gid, {explicit_type: tracks}) # type: ignore
|
||||
self.update(gid, {explicit_type: tracks}) # type: ignore
|
||||
|
||||
return pop_track
|
||||
|
||||
|
||||
Reference in New Issue
Block a user