mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add first wave of Release tagging capabilities
This commit is contained in:
@@ -1750,10 +1750,12 @@ class ProcessAdditional
|
||||
SET searchname = %s, categories_id = %d, iscategorized = 1, isrenamed = 1, proc_pp = 1
|
||||
WHERE id = %d',
|
||||
$newTitle,
|
||||
$newCat,
|
||||
$newCat['categories_id'],
|
||||
$this->_release->id
|
||||
)
|
||||
);
|
||||
$release = Release::find($this->_release->id);
|
||||
$release->retag($newCat['tags']);
|
||||
$this->sphinx->updateRelease($this->_release->id);
|
||||
|
||||
// Echo the changed name.
|
||||
|
||||
Reference in New Issue
Block a user