Skip to content

Commit

Permalink
Fix favorites after browsing films/VOD
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 29, 2023
1 parent 2ecdb28 commit f629c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/lib/hypnotix/hypnotix.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ def on_category_button_clicked(self, widget, group):
self.show_vod(self.active_provider.series)

def show_favorites(self, widget):
self.content_type = TV_GROUP
channels = []
for line in self.favorite_data:
info, url = line.split(":::")
Expand Down

0 comments on commit f629c5a

Please sign in to comment.