Fix bug from e75700f5d9377541842130515b248fbe5a20edf8

This commit is contained in:
ccd0 2019-08-03 10:19:47 -07:00
parent 473a59258c
commit fa346147de

View File

@ -207,6 +207,7 @@ class Fetcher
isSpoiler: data.media.spoiler is '1'
o.file.dimensions = "#{o.file.width}x#{o.file.height}" unless /\.pdf$/.test o.file.url
o.file.tag = JSON.parse(data.media.exif).Tag if @boardID is 'f' and data.media.exif
o.extra = $.dict()
board = g.boards[@boardID] or
new Board @boardID