mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
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:
parent
cebaedf485
commit
449ca96e28
2 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue