Skip to content

Commit

Permalink
1829
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjoerd82 committed Feb 18, 2018
1 parent 9843815 commit d33fe91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hu.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,8 +790,8 @@ def udisk_rem( device ):
arIxCurr = Sources.getIndexCurrent()
if ix == arIxCurr[0] and ix_ss == arIxCurr[1]:
Sources.sourceStop()
#Sources.next(reverse=True)
x = Sources.next()
x = Sources.next(reverse=True)
#x = Sources.next()
print "DEBUG: {0}".format(x)
hu_play()

Expand Down Expand Up @@ -822,7 +822,7 @@ def do_source():
#
# update display
#
"""
""" dit werkt opzich wel... maar kan beter...
currSrc = Sources.get(None)
hudispdata = {}
if currSrc['name'] == 'fm':
Expand Down

0 comments on commit d33fe91

Please sign in to comment.