diff options
author | Arno <arno@disconnect.de> | 2018-02-18 09:55:23 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-18 09:55:23 +0100 |
commit | 7c0e52be015c1521153d307f28486008fb733bbf (patch) | |
tree | 6e30b7cca53b2f911e7bd84bf984d6a07a10a277 /collectionwebradioview.cpp | |
parent | 42174ed33d29c85a6f9fedcea2ba452be504e604 (diff) | |
download | BeetPlayer-7c0e52be015c1521153d307f28486008fb733bbf.tar.gz BeetPlayer-7c0e52be015c1521153d307f28486008fb733bbf.tar.bz2 BeetPlayer-7c0e52be015c1521153d307f28486008fb733bbf.zip |
Add Webradios to Playlist again
Well, they're added, but playing them is another beast. That needs some
major revamp, I fear :(
Diffstat (limited to 'collectionwebradioview.cpp')
-rw-r--r-- | collectionwebradioview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/collectionwebradioview.cpp b/collectionwebradioview.cpp index 94012f1..805c78c 100644 --- a/collectionwebradioview.cpp +++ b/collectionwebradioview.cpp @@ -22,6 +22,7 @@ void CollectionWebradioView::populate(){ curWr->setText(wrQ.value(0).toString()); curWr->setIcon(wrIcon); curWr->setData(wrQ.value(1), UrlRole); + curWr->setData(wrQ.value(0), TitleRole); root->appendRow(curWr); } enableSorting(); |