projects
/
openblackhole
/
openblackhole-enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e50d5b3
)
Remove a not required variable declaration
author
littlesat
<littlesat99@yahoo.com>
Sat, 4 Apr 2015 15:14:13 +0000
(17:14 +0200)
committer
littlesat
<littlesat99@yahoo.com>
Sat, 4 Apr 2015 15:14:13 +0000
(17:14 +0200)
lib/python/Screens/Standby.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/Standby.py
b/lib/python/Screens/Standby.py
index
e96760d
..
2a539bc
100644
(file)
--- a/
lib/python/Screens/Standby.py
+++ b/
lib/python/Screens/Standby.py
@@
-62,7
+62,6
@@
class Standby(Screen):
self.setMute()
self.paused_service = None
self.setMute()
self.paused_service = None
- self.prev_running_service = None
self.prev_running_service = self.session.nav.getCurrentlyPlayingServiceOrGroup()
service = self.prev_running_service and self.prev_running_service.toString()
self.prev_running_service = self.session.nav.getCurrentlyPlayingServiceOrGroup()
service = self.prev_running_service and self.prev_running_service.toString()