playing_source_changed

@accepts(RB.Source)
@returns(none)
def playing_source_changed(source)

Sets the playing RB.Source for the play order. Should be called by RB.ShellPlayer when the active source changes. Subclasses should implement playing_source_changed() to make any necessary changes.

source :

New playing RB.Source