Private GIT

Skip to content
Snippets Groups Projects
Commit 949989fc authored by Tristian Howard's avatar Tristian Howard Committed by Ruud
Browse files

Fixed a typo found by jbogatay.

parent c65e31cf
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ class HDTrailers(TrailerProvider): ...@@ -46,7 +46,7 @@ class HDTrailers(TrailerProvider):
movie_name = getTitle(group['library']) movie_name = getTitle(group['library'])
url = "%s?%s" % (self.url['backup'], tryUrlencode({'s':movie_name})) url = "%s?%s" % (self.urls['backup'], tryUrlencode({'s':movie_name}))
data = self.getCache('hdtrailers.alt.%s' % group['library']['identifier'], url) data = self.getCache('hdtrailers.alt.%s' % group['library']['identifier'], url)
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment