Skip to content

Commit

Permalink
Update TMDB API Key
Browse files Browse the repository at this point in the history
  • Loading branch information
steeve committed Dec 18, 2013
1 parent 53b2884 commit f0b750f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/site-packages/xbmctorrent/tmdb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from xbmctorrent import plugin
from xbmctorrent.utils import memoize

API_KEY = "b91e899ce561dd19695340c3b26e0a02"
API_KEY = "57983e31fb435df4df77afb854740ea9"
BASE_URL = "http://api.themoviedb.org/3"
HEADERS = {
"Referer": BASE_URL,
Expand Down

0 comments on commit f0b750f

Please sign in to comment.