Fix the boxart not being found for some games.
I overthought this problem way too hard lmao
This commit is contained in:
@@ -81,7 +81,8 @@ class RetroarchSourceIterator(SourceIterator):
|
|||||||
additional_data = {}
|
additional_data = {}
|
||||||
|
|
||||||
# Get boxart
|
# Get boxart
|
||||||
boxart_image_name = item["label"].split(".", 1)[0] + ".png"
|
boxart_image_name = item["label"] + ".png"
|
||||||
|
boxart_image_name = boxart_image_name.replace("&", "_")
|
||||||
boxart_folder_name = playlist_file.name.split(".", 1)[0]
|
boxart_folder_name = playlist_file.name.split(".", 1)[0]
|
||||||
image_path = (
|
image_path = (
|
||||||
self.source.config_location["thumbnails"]
|
self.source.config_location["thumbnails"]
|
||||||
|
|||||||
Reference in New Issue
Block a user