Remove unneeded property title_id from Entry

This commit is contained in:
Alex Ling
2020-07-18 13:34:55 +00:00
parent bdba7bdd13
commit 6acfa02314
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class Title
next
end
if [".zip", ".cbz", ".rar", ".cbr"].includes? File.extname path
entry = Entry.new path, self, @id, storage
entry = Entry.new path, self, storage
@entries << entry if entry.pages > 0 || entry.err_msg
end
end