mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
@@ -482,7 +482,7 @@ class ClientRequestManager {
|
||||
`${this.apiBase}/torrents/removeTags`,
|
||||
new URLSearchParams({
|
||||
hashes: hashes.join('|').toLowerCase(),
|
||||
tags: tags?.join(','),
|
||||
tags: tags?.join(',') ?? '',
|
||||
}),
|
||||
{
|
||||
headers: await this.getRequestHeaders(),
|
||||
|
||||
Reference in New Issue
Block a user