This commit is contained in:
Akamaru 2016-09-15 15:36:10 +02:00
parent 8098f05b6a
commit 26b2aa6409
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function plex:get_plex(query)
end
if data.parentTitle then
artist = 'von <b>'..data.parentTitle..'</b>'
artist = ' von <b>'..data.parentTitle..'</b>'
else
artist = ''
end