Skip to content

Commit

Permalink
fix namespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Jan 12, 2016
1 parent 6332b15 commit ad364cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/process.py
Expand Up @@ -508,7 +508,7 @@ def start_info_actions(infos, params):
else:
movie_id = ""
if movie_id:
trailer = get_trailer(movie_id)
trailer = TheMovieDB.get_trailer(movie_id)
xbmc.executebuiltin("Dialog.Close(busydialog)")
xbmc.sleep(100)
if trailer:
Expand Down

0 comments on commit ad364cc

Please sign in to comment.