From 44c4839a31d12e2c646e663e74d71158f2eddce3 Mon Sep 17 00:00:00 2001 From: mediaminister <45148099+mediaminister@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:14:53 +0200 Subject: [PATCH] Fix metadata (#1195) --- resources/lib/metadata.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/lib/metadata.py b/resources/lib/metadata.py index cb8efa8c..5735beaf 100644 --- a/resources/lib/metadata.py +++ b/resources/lib/metadata.py @@ -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)