Fix cover placeholder URL

This commit is contained in:
Matt Borgerson 2020-10-26 13:52:12 -07:00
parent 34405312e6
commit 2b132fa27a

View File

@ -134,7 +134,7 @@ class Title:
self.cover_url = repo_url_base + self.title_path + '/' + self.cover_path
else:
print('Note: Missing artwork for %s' % self.title_name)
self.cover_url = repo_url_base + '/cover_front_default.png'
self.cover_url = repo_url_base + '/resources/cover_front_default.png'
if self.have_thumbnail:
self.cover_thumbnail_url = repo_url_base + self.title_path + '/' + self.cover_thumbnail_path