From bbdd76aff463bcd30e54851cdd0a23b094763175 Mon Sep 17 00:00:00 2001 From: ims Date: Sun, 31 May 2026 11:50:09 +0200 Subject: [PATCH] EPGRefresh - fixed unassigned text --- epgrefresh/src/EPGRefresh.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epgrefresh/src/EPGRefresh.py b/epgrefresh/src/EPGRefresh.py index 32052941c..d07b4121b 100644 --- a/epgrefresh/src/EPGRefresh.py +++ b/epgrefresh/src/EPGRefresh.py @@ -472,8 +472,9 @@ def showPendingServices(self, session): if config.plugins.epgrefresh.parse_autotimer.value: text += _("\n\nAutoTimer will start after completion.") else: + text = first_text if config.plugins.epgrefresh.parse_autotimer.value: - text = first_text + _("\nRunning AutoTimer. Please wait.") + text += _("\nRunning AutoTimer. Please wait.") else: text = first_text + _("Following Services have to be scanned:") + '\n' + servtxt + last_text if config.plugins.epgrefresh.parse_autotimer.value: