xbmc / chorus2

Official Kodi Web Interface
GNU General Public License v2.0
333 stars 116 forks source link

fixed: movie titles with escaped characters were showing as escaped in the title. fixes #470 #568

Closed malard closed 5 months ago

malard commented 5 months ago

by default label is converted to labelHtml if labelHtml is undefined, however it will escape it by default.

Explicitly setting labelHtml will bypass the default behaviour and result in the correct rendering