mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-20 23:49:41 +01:00
adjustment of EPG cache init
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user