Fix setting output/device for Xine and VLC backend
- Fixed setting output and device on Xine and VLC backend - Fixed track slider for Xine, VLC and Phonon - Improved backend settings to better support multiple backends - Added group by samplerate and bitdepth in collection - Fixed crash on exit when existing instance of the application is already runnung caused by NVIDIA driver - Changed Q_OS_MAC to Q_OS_MACOS
This commit is contained in:
@@ -298,7 +298,6 @@ void StatusView::UpdateSong() {
|
||||
const QueryOptions opt;
|
||||
CollectionBackend::AlbumList albumlist;
|
||||
Engine::EngineType enginetype = app_->player()->engine()->type();
|
||||
QString EngineName = EngineNameFromType(enginetype);
|
||||
|
||||
label_playing_top_->setText("");
|
||||
label_playing_text_->setText("");
|
||||
@@ -317,7 +316,7 @@ void StatusView::UpdateSong() {
|
||||
|
||||
if (enginetype != Engine::EngineType::None) {
|
||||
html += QString("<br />");
|
||||
html += QString("Engine: %1<br />").arg(EngineName);
|
||||
html += QString("Engine: %1<br />").arg(EngineName(enginetype));
|
||||
}
|
||||
|
||||
html += QString("<br />");
|
||||
|
||||
Reference in New Issue
Block a user