Skip to content

Commit

Permalink
Merge pull request #271 from mcarlton00/v20-context
Browse files Browse the repository at this point in the history
Fix context menu in kodi v20
  • Loading branch information
mcarlton00 authored Feb 18, 2023
2 parents 6cc9583 + 2cd7c3b commit 4d3011e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/lib/item_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,6 @@ def add_gui_item(url, item_details, display_options, folder=True, default_sort=F

item_properties["TotalSeasons"] = str(item_details.total_seasons)
item_properties["TotalEpisodes"] = str(item_details.total_episodes)
item_properties["WatchedEpisodes"] = str(item_details.watched_episodes)
item_properties["UnWatchedEpisodes"] = str(item_details.unwatched_episodes)
item_properties["NumEpisodes"] = str(item_details.number_episodes)

list_item.setRating("imdb", item_details.community_rating, 0, True)
Expand Down

0 comments on commit 4d3011e

Please sign in to comment.