Do not try to find a setting for database entries

This commit is contained in:
Higor Eurípedes 2017-10-03 20:31:08 -03:00
parent 942ea38248
commit f59470c523
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}