mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 17:28:41 +01:00
Fix thumbnail width/height in API
The API currently has the thumbnail widths and heights switched around
This commit is contained in:
parent
bc96ef9196
commit
ebd85c1fd6
@ -41,8 +41,8 @@ class Api {
|
||||
);
|
||||
|
||||
$this->fileFields = array(
|
||||
'thumbheight' => 'tn_w',
|
||||
'thumbwidth' => 'tn_h',
|
||||
'thumbheight' => 'tn_h',
|
||||
'thumbwidth' => 'tn_w',
|
||||
'height' => 'w',
|
||||
'width' => 'h',
|
||||
'size' => 'fsize',
|
||||
|
Loading…
x
Reference in New Issue
Block a user