Fix HTML escaping for custom OSD notifications

Fixes #618
This commit is contained in:
Jonas Kvinge
2020-12-11 23:59:38 +01:00
parent 9149d1baa3
commit 497952611d
15 changed files with 219 additions and 112 deletions

View File

@@ -482,14 +482,6 @@
<string>Add song rating</string>
</property>
</action>
<action name="action_score">
<property name="text">
<string notr="true">%score%</string>
</property>
<property name="toolTip">
<string>Add song auto score</string>
</property>
</action>
<action name="action_newline">
<property name="text">
<string notr="true">%newline%</string>
@@ -506,6 +498,22 @@
<string>Add song filename</string>
</property>
</action>
<action name="action_url">
<property name="text">
<string>%url%</string>
</property>
<property name="toolTip">
<string>Add song URL</string>
</property>
</action>
<action name="action_originalyear">
<property name="text">
<string>%originalyear%</string>
</property>
<property name="toolTip">
<string>Add song original year tag</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>notifications_none</tabstop>