Skip to content

Commit

Permalink
Do not try to find a setting for database entries
Browse files Browse the repository at this point in the history
  • Loading branch information
heuripedes committed Oct 3, 2017
1 parent 942ea38 commit f59470c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion menu/menu_entries.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit f59470c

Please sign in to comment.