fill_player_queue now recursively refetches until queue size is ensured

This commit is contained in:
2021-12-03 21:24:57 +01:00
parent 76bfd719c3
commit 0a14d9a93c
3 changed files with 19 additions and 1 deletions
+4
View File
@@ -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