diff --git a/src/musikbox/app/layout/LibraryLayout.cpp b/src/musikbox/app/layout/LibraryLayout.cpp index ecfa0d75d..f63c2afbe 100755 --- a/src/musikbox/app/layout/LibraryLayout.cpp +++ b/src/musikbox/app/layout/LibraryLayout.cpp @@ -206,8 +206,7 @@ IWindowPtr LibraryLayout::GetFocus() { bool LibraryLayout::KeyPress(const std::string& key) { if (key == "^[") { /* switches between browse/now playing */ - if (this->visibleLayout == this->nowPlayingLayout || - this->visibleLayout == this->searchLayout) { + if (this->visibleLayout != this->browseLayout) { this->ShowBrowse(); } else {