streamer: integrate, fix, ui change

This commit is contained in:
bkfox
2024-04-28 18:59:33 +02:00
parent a64c850efa
commit 87692c860b
8 changed files with 79 additions and 76 deletions

View File

@ -131,7 +131,7 @@ class QueueSource(Source):
def push(self, *paths):
"""Add the provided paths to source's play queue."""
for path in paths:
self.controller.send(f"{self.id}_queue.push {path}")
print(self.controller.send(f"{self.id}_queue.push {path}"))
def fetch(self):
super().fetch()