cellMusic: make selection context valid when setting a playlist

This commit is contained in:
Megamouse 2025-02-03 23:39:46 +01:00
parent 22a1f41ecb
commit b5dbafb3e2
5 changed files with 9 additions and 7 deletions

View file

@ -109,6 +109,8 @@ void music_selection_context::set_playlist(const std::string& path)
content_type = CELL_SEARCH_CONTENTTYPE_MUSIC;
playlist.push_back(dir_path + path.substr(vfs_dir_path.length()));
}
valid = true;
}
void music_selection_context::create_playlist(const std::string& new_hash)