Rss以及Client增加参数link,把种子详情链接传递给client类的addTorrent方法以及deleteTorrent方法增加判断删种规则是否启用通知#39
Open
lcylgs wants to merge 1 commit intovertex-app:stablefrom
Open
Rss以及Client增加参数link,把种子详情链接传递给client类的addTorrent方法以及deleteTorrent方法增加判断删种规则是否启用通知#39lcylgs wants to merge 1 commit intovertex-app:stablefrom
lcylgs wants to merge 1 commit intovertex-app:stablefrom
Conversation
modified: app/common/Rss.js modified: app/libs/client/de.js modified: app/libs/client/qb.js modified: app/libs/client/tr.js
Owner
|
感觉前面加 link 这个功能不是太有必要,不过还是合了吧,下面那个有能力加下前端吗 |
vertex-app
reviewed
Dec 12, 2023
| }; | ||
|
|
||
| async addTorrent (torrentUrl, hash, isSkipChecking = false, uploadLimit = 0, downloadLimit = 0, savePath, category, autoTMM, paused) { | ||
| async addTorrent (link,torrentUrl, hash, isSkipChecking = false, uploadLimit = 0, downloadLimit = 0, savePath, category, autoTMM, paused) { |
Owner
There was a problem hiding this comment.
link, torrentUrl
格式注意下,其它地方也是,过不了 eslint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
modified: app/common/Client.js
modified: app/common/Rss.js
modified: app/libs/client/de.js
modified: app/libs/client/qb.js
modified: app/libs/client/tr.js
Rss以及Client增加参数link,把种子详情链接传递给client类的addTorrent方法
并在配置paused为true时在qb客户端把link传递给tags,方便qb客户端直接获取到种子详情链接。
Client的deleteTorrent方法增加判断删种规则是否启用通知,如规则配置不启用(前端未适配),则删种不触发消息通知。