dealer can no more be saved -- damned

This commit is contained in:
bkfox
2016-07-12 22:56:23 +02:00
parent a5638f0071
commit 765846547d
2 changed files with 13 additions and 23 deletions

View File

@ -46,7 +46,7 @@ class StationController(plugins.StationController):
self.current_source = [
# we assume sound is always from a registered source
source for source in self.station.get_sources()
if source.rid = rid
if source.rid == rid
][0]
@ -102,4 +102,3 @@ class SourceController(plugins.SourceController):
}