mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix fw.steffo.eu not adding songs to the queue
This commit is contained in:
parent
96fff959a8
commit
ca068bb97f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class ApiDiscordPlayStar(ApiStar):
|
||||||
guild_id = None
|
guild_id = None
|
||||||
log.info(f"Received request to play {url} on guild_id {guild_id} via web")
|
log.info(f"Received request to play {url} on guild_id {guild_id} via web")
|
||||||
response = await self.interface.call_herald_event("discord", "discord_play",
|
response = await self.interface.call_herald_event("discord", "discord_play",
|
||||||
url=url,
|
urls=[url],
|
||||||
guild_id=guild_id,
|
guild_id=guild_id,
|
||||||
user=user)
|
user=user)
|
||||||
return response
|
return response
|
||||||
|
|
Loading…
Reference in a new issue