WebUI: Add 'Engine' column to Search table

This PR adds 'Engine' column to Search table.
I also fixed inconsistent naming and renamed 'Search engine' column to 'Engine URL'.

PR #21397.
This commit is contained in:
skomerko 2024-09-30 12:05:17 +02:00 committed by GitHub
parent cebaedf485
commit 449ca96e28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -818,6 +818,7 @@ window.qBittorrent.Search ??= (() => {
fileUrl: result.fileUrl,
nbLeechers: result.nbLeechers,
nbSeeders: result.nbSeeders,
engineName: result.engineName,
siteUrl: result.siteUrl,
pubDate: result.pubDate,
};