mirror of
https://github.com/sanderfoobar/ircradio.git
synced 2024-11-22 03:49:27 +01:00
More search results in IRC output
This commit is contained in:
parent
22441c932a
commit
1cf5b0e79a
@ -130,7 +130,7 @@ class Commands:
|
||||
if len(songs) >= 2:
|
||||
random.shuffle(songs)
|
||||
await send_message(target, "Multiple found:")
|
||||
for s in songs[:4]:
|
||||
for s in songs[:8]:
|
||||
await send_message(target, f"{s.utube_id} | {s.title}")
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user