add view to controls stations

This commit is contained in:
bkfox
2016-07-29 18:44:39 +02:00
parent 5329e983a4
commit 9728acef81
8 changed files with 378 additions and 4 deletions

View File

@ -154,7 +154,8 @@ class StationController:
"""
Skip the current sound on the station
"""
pass
if self.current_source:
self.current_source.controller.skip()
class SourceController: