Skip to content

Commit

Permalink
Fix metadata (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister authored Oct 4, 2024
1 parent aba92dd commit 44c4839
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resources/lib/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ def get_context_menu(self, api_data, program_name, cache_file):
if follow_enabled and program_name:
program_title = to_unicode(quote_plus(from_unicode(program_title))) # We need to ensure forward slashes are quoted
if self._favorites.is_favorite(program_name):
extras = {}
# If we are in a favorites menu, move cursor down before removing a favorite
if plugin.path.startswith('/favorites'):
extras = {'move_down': True}
context_menu.append((
localize(30412, title=follow_suffix), # Unfollow
'RunPlugin(%s)' % url_for('unfollow', program_id=program_id, program_title=program_title)
Expand Down

0 comments on commit 44c4839

Please sign in to comment.