mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-03-09 14:10:55 +01:00
fix XMLTV double load
This commit is contained in:
@@ -230,6 +230,12 @@ class TabEpgCache(EpgCache):
|
||||
if self._canceled:
|
||||
return
|
||||
|
||||
if self._app.display_epg and self._xml_src == self._settings.epg_xml_source:
|
||||
return
|
||||
|
||||
self.load_data()
|
||||
|
||||
def load_data(self):
|
||||
if os.path.isfile(self._path):
|
||||
if self._xml_src:
|
||||
# Difference calculation between the current time and file modification.
|
||||
|
||||
Reference in New Issue
Block a user