mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Remove all tags before adding new tags to a release
This commit is contained in:
@@ -1767,6 +1767,7 @@ class ProcessAdditional
|
||||
// Update the search name.
|
||||
$release = Release::whereId($this->_release->id);
|
||||
$release->update(['searchname' => $newTitle, 'categories_id' => $newCat['categories_id'], 'iscategorized' => 1, 'isrenamed' => 1, 'proc_pp' => 1]);
|
||||
$release->untag();
|
||||
$release->retag($newCat['tags']);
|
||||
|
||||
if (config('nntmux.elasticsearch_enabled') === true) {
|
||||
|
||||
Reference in New Issue
Block a user