Merge pull request #653 from 1hitsong/fix-album-overview
Check if overview is empty
This commit is contained in:
commit
3bf45d6f84
|
@ -70,8 +70,8 @@ end sub
|
|||
' Populate on screen text variables
|
||||
sub setOnScreenTextValues(json)
|
||||
if isValid(json)
|
||||
if isValid(json.overview)
|
||||
' Have have overview text
|
||||
if isValid(json.overview) and json.overview <> ""
|
||||
' We have overview text
|
||||
setFieldTextValue("overview", json.overview)
|
||||
else
|
||||
' We don't have overview text
|
||||
|
|
Loading…
Reference in New Issue
Block a user