Skip to content

Commit

Permalink
hack: add iso to filedirectory list
Browse files Browse the repository at this point in the history
  • Loading branch information
notspiff committed Jan 9, 2017
1 parent 25c777f commit 8d88a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/FileItem.cpp
Expand Up @@ -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")
Expand Down

0 comments on commit 8d88a54

Please sign in to comment.