Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wxzmz committed Oct 23, 2024
1 parent 37f7cad commit fca076b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/hypnotix/hypnotix.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,9 +963,9 @@ def after_play(self, channel):
elif self.content_type == SERIES_GROUP:
self.get_imdb_details(self.active_serie.name)
self.info_menu_item.set_sensitive(True)
self.monitor_playback()
#if remote_contro,force fullscrenn and use sidebar_visible
if self.remote_contro:
self.monitor_playback()
self.window.fullscreen()
self.mpv_top_box.hide()
self.mpv_bottom_box.hide()
Expand Down

0 comments on commit fca076b

Please sign in to comment.