Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Kodi: Partly revert PR18073
  • Loading branch information
Raybuntu authored and Portisch committed Aug 10, 2020
1 parent db42f57 commit 23be8f4
Showing 1 changed file with 14 additions and 0 deletions.
@@ -0,0 +1,14 @@
diff --git a/xbmc/windows/GUIMediaWindow.cpp b/xbmc/windows/GUIMediaWindow.cpp
index b3a4f0009c..b0f20d396c 100644
--- a/xbmc/windows/GUIMediaWindow.cpp
+++ b/xbmc/windows/GUIMediaWindow.cpp
@@ -568,8 +568,7 @@ bool CGUIMediaWindow::OnMessage(CGUIMessage& message)
// moving to (so that we can move back to where we were onBack). If we are activating
// the same window but with a different path, do nothing - we are simply adding to the
// window history.
- if (message.GetParam1() != message.GetParam2())
- m_startDirectory = returning ? dir : GetRootPath();
+ m_startDirectory = returning ? dir : GetRootPath();
}
if (message.GetParam2() == PLUGIN_REFRESH_DELAY)
{

0 comments on commit 23be8f4

Please sign in to comment.