pomice/pomice
CorpNewt 3401b669e8
Fix for YT URL searches on Lavalink v4
Since the prior code for v3 uses list comprehension to build the tracks returned, we can check if we're using v4 and if the data[data_type] is a dictionary, and wrap it in a list to ensure the same behavior.
2023-09-15 18:28:50 -05:00
..
applemusic stop using async with and make external clients use node session 2023-05-01 21:01:12 -04:00
spotify stop using async with and make external clients use node session 2023-05-01 21:01:12 -04:00
__init__.py ver bump 2023-08-23 13:15:54 -04:00
enums.py remove handling of videos in playlists 2023-05-03 19:47:37 -04:00
events.py fix event tracks 2023-03-13 19:37:29 -04:00
exceptions.py feat: add typing; add makefile; add pipfile 2023-03-11 15:45:09 +02:00
filters.py edit filters, log level matches handler, other fixes 2023-05-21 10:42:43 -04:00
objects.py remove ctx comparison check from track __eq__ 2023-05-08 10:41:47 -04:00
player.py patch load types and track events for v4 2023-08-23 10:44:51 -04:00
pool.py Fix for YT URL searches on Lavalink v4 2023-09-15 18:28:50 -05:00
py.typed start typehinting and correcting the library 2023-03-09 15:40:50 +00:00
queue.py add local sources, fix queue jumping on loop 2023-03-27 00:08:46 -04:00
routeplanner.py feat: add typing; add makefile; add pipfile 2023-03-11 15:45:09 +02:00
utils.py update __all__ 2023-03-12 22:58:49 -04:00