Merge pull request #5506 from heuripedes/menu

Do not try to find a setting for database entries
This commit is contained in:
Twinaphex 2017-10-04 02:18:39 +02:00 committed by GitHub
commit b7c5dbdd92

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