Skip to content

Commit

Permalink
Fix save self.prev_running_service if after deep standby --> goto sta…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 committed Jul 29, 2015
1 parent aa6f644 commit 0a01e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/Screens/Standby.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def __onFirstExecBegin(self):
config.misc.standbyCounter.value += 1

def stopService(self):
self.prev_running_service = self.session.nav.getCurrentlyPlayingServiceOrGroup()
self.session.nav.stopService()

def createSummary(self):
Expand Down

0 comments on commit 0a01e48

Please sign in to comment.