Qt5, KDE, and Windows compile fixes
This commit is contained in:
@@ -1993,9 +1993,13 @@ void MainWindow::addToPlayQueue(bool replace, quint8 priority)
|
||||
playlistsPage->addSelectionToPlaylist(replace, priority);
|
||||
} else if (streamsPage->isVisible()) {
|
||||
streamsPage->addSelectionToPlaylist(replace, priority);
|
||||
} else if (devicesPage->isVisible()) {
|
||||
}
|
||||
#ifdef ENABLE_DEVICES_SUPPORT
|
||||
else if (devicesPage->isVisible()) {
|
||||
devicesPage->addSelectionToPlaylist(QString(), replace, priority);
|
||||
} else if (onlinePage->isVisible()) {
|
||||
}
|
||||
#endif
|
||||
else if (onlinePage->isVisible()) {
|
||||
onlinePage->addSelectionToPlaylist(QString(), replace, priority);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user