Compare commits

..

No commits in common. "1bf3c55e6505b0fb01f86f60ea8205829b589153" and "c336fce9e9757010f4073ad936f16179fc0a4636" have entirely different histories.

View File

@ -35,7 +35,7 @@ def game(predefinednfo=False, return_dict=False, skip_artwork=False):
i += 1
if 'displayimage' not in nfo['game']:
for art in nfo['game']['artwork']:
if art['type'] in ['cd', 'dvd']:
if art['type'] == 'cd':
nfo['game']['displayimage'] = reduceartcv2(
artpath+art['filename'], 'thumbnail')
else: