adjustment of EPG cache init

This commit is contained in:
DYefremov
2024-02-10 23:55:23 +03:00
parent ba3a3ae0aa
commit 388e748673
2 changed files with 18 additions and 16 deletions

View File

@@ -3212,8 +3212,8 @@ class Application(Gtk.Application):
if display:
if self._epg_cache is None:
self._epg_cache = FavEpgCache(self)
else:
self._epg_cache.reset()
else:
self._epg_cache.reset()
def on_epg_list_configuration(self, action, value=None):
if self._s_type is not SettingsType.ENIGMA_2: