mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix typo in column name
This commit is contained in:
@@ -1580,7 +1580,7 @@ class ProcessAdditional
|
||||
}
|
||||
|
||||
if (File::isFile($this->_releaseImage->jpgSavePath.$this->_release->guid.'_thumb.jpg')) {
|
||||
$updateRows += ['jpegstatus' => 1];
|
||||
$updateRows += ['jpgstatus' => 1];
|
||||
}
|
||||
|
||||
// Get the amount of files we found inside the RAR/ZIP files.
|
||||
|
||||
Reference in New Issue
Block a user