From 6f6f5dfc9c3de3632b9957548636afce1b88b4b1 Mon Sep 17 00:00:00 2001 From: Claudio Olmi Date: Fri, 20 Oct 2023 23:08:59 -0500 Subject: [PATCH] More changes --- usr/lib/hypnotix/hypnotix.py | 2 +- usr/lib/hypnotix/xtream.py | 1 - usr/share/glib-2.0/schemas/org.x.hypnotix.gschema.xml | 5 ----- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/usr/lib/hypnotix/hypnotix.py b/usr/lib/hypnotix/hypnotix.py index e8b041e..ab0cf9e 100755 --- a/usr/lib/hypnotix/hypnotix.py +++ b/usr/lib/hypnotix/hypnotix.py @@ -1118,7 +1118,7 @@ def on_close_info_button(self, widget): self.info_revealer.set_reveal_child(False) def on_stop_button(self, widget): - self.mpv.quit() + self.mpv.stop() # self.mpv_drawing_area.hide() self.info_revealer.set_reveal_child(False) self.active_channel = None diff --git a/usr/lib/hypnotix/xtream.py b/usr/lib/hypnotix/xtream.py index 9b1520e..82c5801 100644 --- a/usr/lib/hypnotix/xtream.py +++ b/usr/lib/hypnotix/xtream.py @@ -756,7 +756,6 @@ def get_series_info_by_id(self, get_series: dict): for series_info in series_seasons["seasons"]: season_name = series_info["name"] - #season_key = series_info["season_number"] season = Season(season_name) get_series.seasons[season_name] = season if "episodes" in series_seasons.keys(): diff --git a/usr/share/glib-2.0/schemas/org.x.hypnotix.gschema.xml b/usr/share/glib-2.0/schemas/org.x.hypnotix.gschema.xml index 3643a4c..00be8a3 100644 --- a/usr/share/glib-2.0/schemas/org.x.hypnotix.gschema.xml +++ b/usr/share/glib-2.0/schemas/org.x.hypnotix.gschema.xml @@ -16,11 +16,6 @@ - - true - - - true