From b8334e89f2caedec2235c4f9031feb0c2bbb4a68 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Thu, 7 May 2015 01:19:14 -0500 Subject: [PATCH] Quick follow up --- resources/lib/PlaybackUtils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lib/PlaybackUtils.py b/resources/lib/PlaybackUtils.py index c870d162..29d8608f 100644 --- a/resources/lib/PlaybackUtils.py +++ b/resources/lib/PlaybackUtils.py @@ -58,9 +58,10 @@ class PlaybackUtils(): playurl = PlayUtils().getPlayUrl(server, id, result) if playurl == False: + xbmcgui.Dialog().ok('Warning', 'Failed to launch playback.') xbmc.log("Failed to retrieve the playback path/url.") return - + thumbPath = API().getArtwork(result, "Primary") #if the file is a virtual strm file, we need to override the path by reading it's contents