File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8021,16 +8021,19 @@ int generic_menu_entry_action(
80218021 if (string_is_empty (parent_label ))
80228022 continue ;
80238023
8024- /* If core was launched via a playlist, flush
8024+ /* If core was launched via a playlist or Explore , flush
80258025 * to playlist entry menu */
8026- if ( string_is_equal (parent_label ,
8027- msg_hash_to_str (MENU_ENUM_LABEL_DEFERRED_RPL_ENTRY_ACTIONS ))
8028- && (!string_is_empty (deferred_path )
8029- && !string_is_empty (content_path )
8030- && string_is_equal (deferred_path , content_path ))
8031- )
8026+ if ( ( string_is_equal (parent_label , msg_hash_to_str ( MENU_ENUM_LABEL_DEFERRED_RPL_ENTRY_ACTIONS ))
8027+ || string_is_equal ( parent_label , msg_hash_to_str (MENU_ENUM_LABEL_EXPLORE_TAB ) ))
8028+ && (!string_is_empty (deferred_path )
8029+ && !string_is_empty (content_path )
8030+ && string_is_equal (deferred_path , content_path ))
8031+ )
80328032 {
8033- flush_target = msg_hash_to_str (MENU_ENUM_LABEL_DEFERRED_RPL_ENTRY_ACTIONS );
8033+ if (string_is_equal (parent_label , msg_hash_to_str (MENU_ENUM_LABEL_EXPLORE_TAB )))
8034+ flush_target = msg_hash_to_str (MENU_ENUM_LABEL_EXPLORE_TAB );
8035+ else
8036+ flush_target = msg_hash_to_str (MENU_ENUM_LABEL_DEFERRED_RPL_ENTRY_ACTIONS );
80348037 break ;
80358038 }
80368039 /* If core was launched via 'Contentless Cores' menu,
You can’t perform that action at this time.
0 commit comments