Skip to content

Commit

Permalink
MythMusic: enter the music browser where we left last time
Browse files Browse the repository at this point in the history
  • Loading branch information
twitham1 committed Sep 4, 2023
1 parent 3b0e678 commit a14d7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/mythmusic/mythmusic/playlisteditorview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ bool PlaylistEditorView::Create(void)

m_playlistTree->AssignTree(m_rootNode);

if (m_restorePosition)
if (true) // v34 - continue where we left off (was m_restorePosition)
{
QStringList route = gCoreContext->GetSetting("MusicTreeLastActive", "").split("\n");
restoreTreePosition(route);
Expand Down

0 comments on commit a14d7c6

Please sign in to comment.