X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/da08806fbfea06d179dd8fd6a8e78430b1cb5650..4eff668d8019ed9255d72b4373f6b1053231f129:/lib/python/Screens/InfoBarGenerics.py 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):