Add support for episode subtitle and HTML shownotes

This commit is contained in:
Thomas Perl 2014-10-28 14:57:15 +01:00
parent 5e15f13bb3
commit a3fc3fe3c0
4 changed files with 48 additions and 23 deletions

View file

@ -26,5 +26,6 @@ Text {
font.pixelSize: 30 * pgst.scalef
font.family: Constants.font
color: Constants.colors.text
onLinkActivated: Qt.openUrlExternally(link)
}