mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 22:57:48 +00:00
fill_player_queue now recursively refetches until queue size is ensured
This commit is contained in:
@@ -32,6 +32,10 @@ class GlobalPlaylist(ABC):
|
||||
async def clear(self):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
async def remove_tracks(self, track_urls: list[str]):
|
||||
pass
|
||||
|
||||
|
||||
class GlobalAutoJoin(ABC):
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user