aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index c7076225..d1520071 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -1225,6 +1225,7 @@ class InfoBarAudioSelection:
def audioSelected(self, audio):
if audio is not None:
self.audio.selectTrack(audio[1])
+ del self.audio
class InfoBarSubserviceSelection:
def __init__(self):