mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-05-07 17:05:54 +02:00
rm unavailable iptv fix
This commit is contained in:
@@ -1711,7 +1711,8 @@ class Application(Gtk.Application):
|
||||
fav_bqt = self._bouquets.get(self._bq_selected, None)
|
||||
response = SearchUnavailableDialog(self._main_window, self._fav_model, fav_bqt, iptv_rows, self._s_type).show()
|
||||
if response:
|
||||
next(self.remove_favs(response, self._fav_model), False)
|
||||
gen = self.remove_favs(response, self._fav_model)
|
||||
GLib.idle_add(lambda: next(gen, False), priority=GLib.PRIORITY_LOW)
|
||||
|
||||
# ****************** EPG **********************#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user