Do not try to find a setting for database entries
This commit is contained in:
parent
942ea38248
commit
f59470c523
|
@ -383,7 +383,8 @@ void menu_entries_append_enum(file_list_t *list, const char *path,
|
|||
cbs->enum_idx = enum_idx;
|
||||
|
||||
if (enum_idx != MENU_ENUM_LABEL_PLAYLIST_ENTRY
|
||||
&& enum_idx != MENU_ENUM_LABEL_PLAYLIST_COLLECTION_ENTRY) {
|
||||
&& enum_idx != MENU_ENUM_LABEL_PLAYLIST_COLLECTION_ENTRY
|
||||
&& enum_idx != MENU_ENUM_LABEL_RDB_ENTRY) {
|
||||
cbs->setting = menu_setting_find_enum(enum_idx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue