Skip to content

Commit 25a35a5

Browse files
committed
Switch to default AirPlay thumb on non-local path
1 parent e0992c3 commit 25a35a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kodi_panel_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ def get_airplay_art(cover_path, prev_image, thumb_width, thumb_height, enlarge=F
14401440
_last_image_time = new_image_time
14411441
_image_default = False
14421442
except BaseException:
1443-
cover = Image.open(_default_audio_thumb)
1443+
cover = Image.open(_default_airplay_thumb)
14441444
prev_image = cover
14451445
image_set = True
14461446
resize_needed = True

0 commit comments

Comments
 (0)