Merge pull request #3981 from lasers/fix-black-boxes-conspiracy

Update black boxes conspiracy
This commit is contained in:
Twinaphex 2016-11-13 02:22:27 +01:00 committed by GitHub
commit 2e358ba8e8

View File

@ -3290,10 +3290,7 @@ static int menu_displaylist_parse_playlists(
path = str_list->elems[i].data;
if (!strstr(path, file_path_str(FILE_PATH_LPL_EXTENSION)) ||
(strstr(path, file_path_str(FILE_PATH_CONTENT_HISTORY))) ||
(strstr(path, file_path_str(FILE_PATH_CONTENT_MUSIC_HISTORY))) ||
(strstr(path, file_path_str(FILE_PATH_CONTENT_VIDEO_HISTORY))) ||
(strstr(path, file_path_str(FILE_PATH_CONTENT_IMAGE_HISTORY))))
((strcasestr(path, "content") && strcasestr(path, "history"))))
continue;
file_type = FILE_TYPE_PLAYLIST_COLLECTION;