Fix bug from e75700f5d9377541842130515b248fbe5a20edf8
This commit is contained in:
parent
473a59258c
commit
fa346147de
@ -207,6 +207,7 @@ class Fetcher
|
|||||||
isSpoiler: data.media.spoiler is '1'
|
isSpoiler: data.media.spoiler is '1'
|
||||||
o.file.dimensions = "#{o.file.width}x#{o.file.height}" unless /\.pdf$/.test o.file.url
|
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.file.tag = JSON.parse(data.media.exif).Tag if @boardID is 'f' and data.media.exif
|
||||||
|
o.extra = $.dict()
|
||||||
|
|
||||||
board = g.boards[@boardID] or
|
board = g.boards[@boardID] or
|
||||||
new Board @boardID
|
new Board @boardID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user