From 44fb7f1ba5c6f2b3ce428e5700cacbda89167089 Mon Sep 17 00:00:00 2001 From: koivo Date: Fri, 20 Dec 2024 21:26:36 +0100 Subject: [PATCH] [CIHelper] just a try --- lib/python/Tools/CIHelper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Tools/CIHelper.py b/lib/python/Tools/CIHelper.py index 8b2bd03182..6635a29a63 100644 --- a/lib/python/Tools/CIHelper.py +++ b/lib/python/Tools/CIHelper.py @@ -123,7 +123,7 @@ def ServiceIsAssigned(self, ref, timer=None): if self.CI_RECORDS_LIST is None and NavigationInstance.instance and hasattr(NavigationInstance.instance, "RecordTimer") and hasattr(NavigationInstance.instance, "record_event"): NavigationInstance.instance.record_event.append(self.ciRecordEvent) self.ciRecordEvent(None, None) - if ref and ref.startswith('1:134:'): + if ref: if timer: if timer.state == 2 and not timer.justplay: ref = hasattr(timer, "rec_ref") and timer.rec_ref and timer.rec_ref.toString()