Skip to content

Commit

Permalink
renamed fav config file
Browse files Browse the repository at this point in the history
  • Loading branch information
DYefremov committed Aug 21, 2023
1 parent c8c2b55 commit f738881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/tvdemon/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def __init__(self, **kwargs):
# Favorites.
self.non_fav_pages = {Page.CATEGORIES, Page.PROVIDERS, Page.PREFERENCES}
self.current_fav_group = None
self._fav_store_path = f"{Path.home()}/.config/tvdemon/favorites.json"
self._fav_store_path = f"{Path.home()}/.config/tvdemon/favorites"
self.fav_list_box.connect("row-activated", self.play_fav_channel)
self.add_fav_button.connect("clicked", self.on_add_fav)
self.fav_gr_add_button.connect("clicked", self.on_add_fav_group)
Expand Down

0 comments on commit f738881

Please sign in to comment.