From 8d88a547041a2a540bff5217c3b19ffdc4473038 Mon Sep 17 00:00:00 2001 From: notspiff Date: Fri, 19 Aug 2016 17:00:07 +0200 Subject: [PATCH] hack: add iso to filedirectory list --- xbmc/FileItem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xbmc/FileItem.cpp b/xbmc/FileItem.cpp index 40cbd473c2f84..c856a400fe83a 100644 --- a/xbmc/FileItem.cpp +++ b/xbmc/FileItem.cpp @@ -993,6 +993,7 @@ bool CFileItem::IsFileFolder(EFileFolderType types) const || IsZIP() || IsRAR() || IsRSS() + || IsType(".iso") || IsType(".ogg|.oga|.nsf|.sid|.sap|.xbt|.xsp") #if defined(TARGET_ANDROID) || IsType(".apk")