-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make autoplay work with YouTube music radios (#140)
* fix: autoplay doesn't function (temporary) * feat): Autoplay Sources other than YouTube sources are supported. * chore(requirements.txt): add youtube-search-python and remove related & search * style: conform to pep8 * Modify: Misuse of while loops and tasks * style: conform to pep8 * Refactor(player.py): rename add_music variable to is_adding_music * Refactor(player.py): Renames unnamed variables * Refactor(utils.py): use snake_case to rename variable * fix(lava/utils.py, requirements.txt): optimize get_recommended_tracks function and remove unnecessary dependencies * feat(lava/classes/player.py): increase autoplay threshold to 30 and handle autoplay failure * feat(locale/zh_TW.json): add error message for autoplay failure --------- Co-authored-by: Nat1anWasTaken <nathan@nat1an.xyz>
- Loading branch information
1 parent
c3cf14f
commit 28d1fb8
Showing
4 changed files
with
47 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters