Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
superolmo committed Oct 21, 2023
1 parent 1be2dfd commit 6f6f5df
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion usr/lib/hypnotix/hypnotix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion usr/lib/hypnotix/xtream.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
5 changes: 0 additions & 5 deletions usr/share/glib-2.0/schemas/org.x.hypnotix.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<summary></summary>
<description></description>
</key>
<key type="b" name="prefer-dark-mode">
<default>true</default>
<summary></summary>
<description></description>
</key>
<key type="b" name="prefer-hide-adult">
<default>true</default>
<summary></summary>
Expand Down

0 comments on commit 6f6f5df

Please sign in to comment.