Merge branch 'master' into dim-overlap

This commit is contained in:
Tigran Aivazian
2012-10-08 14:55:15 +01:00

View File

@@ -74,7 +74,7 @@ function FileInfo:getFolderContent()
if j == "file" then
files = files + 1
ftype = string.match(name, ".+%.([^.]+)")
if ftype and ext:getReader(ftype) then
if ftype and ext:getReader(string.lower(ftype)) then
books = books + 1
end
elseif j == "directory" then