From d0ca23e6174efad6df673f61980f5dd7d043880b Mon Sep 17 00:00:00 2001 From: Blagovest Petrov Date: Sun, 23 Apr 2023 13:44:50 +0300 Subject: [PATCH] Now Playing is broken in the website, so it's removed from the app Signed-off-by: Blagovest Petrov --- ui/PgLive.qml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ui/PgLive.qml b/ui/PgLive.qml index 8217c31..682b7f4 100644 --- a/ui/PgLive.qml +++ b/ui/PgLive.qml @@ -89,21 +89,11 @@ Item { source: "qrc:/bpetrov.tangraplay/imports/TangraPlay/Assets/playbtn-frame.png" fillMode: Image.PreserveAspectFit - Text { - id: text1 - x: 156 - y: 17 - text: qsTr("Предаване в ефир: ") + currentShow.theShow - color: "#f9c620" - font.family: mainfont.name - font.pixelSize: 15 - } - Text { id: text2 x: 156 y: 60 - text: qsTr("В момента звучи: Unknown") + text: qsTr("Предаване в ефир: ") + currentShow.theShow color: "#f9c620" font.family: mainfont.name font.pixelSize: 15