summaryrefslogtreecommitdiffstats
path: root/playerwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'playerwidget.cpp')
-rw-r--r--playerwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/playerwidget.cpp b/playerwidget.cpp
index c6b7ac8..451b0c8 100644
--- a/playerwidget.cpp
+++ b/playerwidget.cpp
@@ -1479,6 +1479,7 @@ void PlayerWidget::playUrl(const QString &url){
mPlayA->setChecked(true);
mTrayIcon->setIcon(QIcon(":/play.png"));
emit playModeChanged(tr("Playing"));
+ emit message(url);
}
void PlayerWidget::volumeChanged(int volume){