summaryrefslogtreecommitdiffstats
path: root/collectionwebradioview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Play WebRadio againArno2018-02-181-0/+2
| | | | | | | | | To make this work, remove duplicate Enums from PlayerWidget. Btw, WebRadio was defined twice: as ModelType and as ItemTime, with the former always taking preference. Doesn't really matter, because I think I have to completely revamp the WebRadio handling...
* Add Webradios to Playlist againArno2018-02-181-0/+1
| | | | | Well, they're added, but playing them is another beast. That needs some major revamp, I fear :(
* Fix sorting in CollectionWidgetsArno2018-02-171-0/+2
| | | | Sort everything ascending, except CollectionDatesView.
* New class: CollectionWebradioViewArno2018-02-171-0/+26
Basically the same as populateByWebradio, just wrapped in a shiny, new CollectionWidget.