Playing a song in from library will add all songs to tracklist and play the selected one

This commit is contained in:
Ander
2015-01-10 00:37:45 +01:00
parent 72c5a47d15
commit 28169f1dc7
2 changed files with 25 additions and 37 deletions

View File

@@ -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():