mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Playing a song in from library will add all songs to tracklist and play the selected one
This commit is contained in:
@@ -62,7 +62,7 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
|
||||
def start_thread(self):
|
||||
clock = pygame.time.Clock()
|
||||
while self.running:
|
||||
clock.tick(15)
|
||||
clock.tick(8)
|
||||
self.screen.blit(self.screen_manager.update(), (0, 0))
|
||||
pygame.display.flip()
|
||||
for event in pygame.event.get():
|
||||
|
||||
Reference in New Issue
Block a user