forked from GithubBackups/vichan
Merge pull request #64 from hatstand0/patch-1
Fix thumbnail width/height in API
This commit is contained in:
commit
eeaa9e471e
@ -41,8 +41,8 @@ class Api {
|
|||||||
);
|
);
|
||||||
|
|
||||||
$this->fileFields = array(
|
$this->fileFields = array(
|
||||||
'thumbheight' => 'tn_w',
|
'thumbheight' => 'tn_h',
|
||||||
'thumbwidth' => 'tn_h',
|
'thumbwidth' => 'tn_w',
|
||||||
'height' => 'w',
|
'height' => 'w',
|
||||||
'width' => 'h',
|
'width' => 'h',
|
||||||
'size' => 'fsize',
|
'size' => 'fsize',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user