diff options
author | Arno <arno@disconnect.de> | 2018-02-18 15:42:41 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-18 15:42:41 +0100 |
commit | a3577a6b0a7735eb4040431eccc2807a63b7f24e (patch) | |
tree | 2167ff6d09b6118d0b646ef70f4a3ee87223d944 /playerwidget.h | |
parent | 6f3ae187f8e818263dda4676508b109a3b5e291b (diff) | |
download | BeetPlayer-a3577a6b0a7735eb4040431eccc2807a63b7f24e.tar.gz BeetPlayer-a3577a6b0a7735eb4040431eccc2807a63b7f24e.tar.bz2 BeetPlayer-a3577a6b0a7735eb4040431eccc2807a63b7f24e.zip |
Activate WebRadio playlist when selecting WebRadio Collection
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playerwidget.h b/playerwidget.h index 07d8c26..22098d8 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -68,6 +68,7 @@ class PlayerWidget : public QWidget { void writeSettings(); void aboutDlg(); void gotoAlbum(); + void setCollectionIndex(int collectionIndex, bool isWebradio); signals: void viewModeChanged(const QString &viewMode); @@ -86,7 +87,6 @@ class PlayerWidget : public QWidget { void recurse(const QModelIndex &parent); void addSong(const QModelIndex &idx); void play(const QString &fullPath); - //void playUrl(const QString &url); void playUrl(const QModelIndex &idx); void advance(int numSongs); void adjustVolume(int by); |