Rename interesting files to supported files

This commit is contained in:
Alex Ling
2021-01-26 10:55:50 +00:00
parent 0ba2409c9a
commit def64d9f98
4 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class Title
@title_ids << title.id
next
end
if is_interesting_file path
if is_supported_file path
entry = Entry.new path, self
@entries << entry if entry.pages > 0 || entry.err_msg
end