mirror of https://github.com/evilhero/mylar
FIX:(#1147) Incorrect API url was being referenced causing errors when retrieving CV-related data
This commit is contained in:
parent
60140e8c90
commit
72065be604
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue