Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
b123400 committed Dec 31, 2023
1 parent f3813d7 commit 53aadb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/text_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ def parse_textinfo(meta_info)
# There's case which the Html pointed the image to a wrong path, and we cannot update
# the HTML because ODBA's problem, so here we extract image to path generated from the wrong H1 title,
if !textinfo_pi_name.nil?
extract_image(html_name, textinfo_pi_name, meta_info.type, meta_info.lang, meta_info.authNrs)
extract_image(html_name, textinfo_pi_name.to_s, meta_info.type, meta_info.lang, meta_info.authNrs)
end
LogFile.debug "parse_textinfo #{__LINE__} at #{nr_uptodate}: #{type} textinfo #{textinfo.to_s.split("\n")[0..2]}" if self.respond_to?(:textinfo)
if reg
Expand Down

0 comments on commit 53aadb2

Please sign in to comment.