Quick follow up
This commit is contained in:
parent
aa72b4ce9c
commit
b8334e89f2
1 changed files with 2 additions and 1 deletions
|
@ -58,9 +58,10 @@ class PlaybackUtils():
|
||||||
|
|
||||||
playurl = PlayUtils().getPlayUrl(server, id, result)
|
playurl = PlayUtils().getPlayUrl(server, id, result)
|
||||||
if playurl == False:
|
if playurl == False:
|
||||||
|
xbmcgui.Dialog().ok('Warning', 'Failed to launch playback.')
|
||||||
xbmc.log("Failed to retrieve the playback path/url.")
|
xbmc.log("Failed to retrieve the playback path/url.")
|
||||||
return
|
return
|
||||||
|
|
||||||
thumbPath = API().getArtwork(result, "Primary")
|
thumbPath = API().getArtwork(result, "Primary")
|
||||||
|
|
||||||
#if the file is a virtual strm file, we need to override the path by reading it's contents
|
#if the file is a virtual strm file, we need to override the path by reading it's contents
|
||||||
|
|
Loading…
Reference in a new issue