mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-23 18:29:19 -05:00
fix: remove useless tags
This commit is contained in:
@@ -135,7 +135,6 @@ async function overrideRules({
|
|||||||
if (prioritizedRule.tags) {
|
if (prioritizedRule.tags) {
|
||||||
tags = [
|
tags = [
|
||||||
...new Set([
|
...new Set([
|
||||||
...(tags || []),
|
|
||||||
...prioritizedRule.tags.split(',').map((tag) => Number(tag)),
|
...prioritizedRule.tags.split(',').map((tag) => Number(tag)),
|
||||||
]),
|
]),
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user