Skip to content

Commit

Permalink
Fix Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
wwark committed Feb 23, 2021
1 parent a61edd7 commit a51e29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/menu_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def get_sorted_menu(plugin, menu_id):
menu_id).menu

if menu_id == "root":
xbmcgui.Dialog().ok("Information : Kodi 19 - Matrix","Le plugin Catch-Up TV and More n'est pas compatible avec Kodi 19. Nous sommes en attente de mise à jour de plugin tièrs utilisés dans ce plugin. Si vous voulez continuer à utiliser ce plugin, la dernière version supportée est le Kodi 18.9.","The Catch-Up TV and More plugin is not compatible with Kodi 19. We are awaiting updates to third party plugins used in this plugin. If you want to continue using this plugin, the last supported version is Kodi 18.9.")
xbmcgui.Dialog().ok("Information : Kodi 19 - Matrix", "Le plugin Catch-Up TV and More n'est pas compatible avec Kodi 19. Nous sommes en attente de mise à jour de plugin tièrs utilisés dans ce plugin. Si vous voulez continuer à utiliser ce plugin, la dernière version supportée est le Kodi 18.9.", "The Catch-Up TV and More plugin is not compatible with Kodi 19. We are awaiting updates to third party plugins used in this plugin. If you want to continue using this plugin, the last supported version is Kodi 18.9.")

# Notify user for the new M3U Live TV feature
if menu_id == "live_tv" and \
Expand Down

0 comments on commit a51e29b

Please sign in to comment.