FIX:(#1147) Incorrect API url was being referenced causing errors when retrieving CV-related data

This commit is contained in:
evilhero 2015-10-28 00:24:29 -04:00
parent 60140e8c90
commit 72065be604
1 changed files with 1 additions and 1 deletions

View File

@ -1046,7 +1046,7 @@ def initialize():
logger.info('Synology Parsing Fix already implemented. No changes required at this time.')
#set the default URL for ComicVine API here.
CVURL = 'http://api.comicvine.com/'
CVURL = 'http://www.comicvine.com/api/'
if LOCMOVE:
helpers.updateComicLocation()