Skip to content

Commit

Permalink
fix(desitorrents): login status
Browse files Browse the repository at this point in the history
  • Loading branch information
Bright-W authored and IITII committed Oct 14, 2023
1 parent b5fa289 commit 4d5242f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resource/sites/desitorrents.tv/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
"collaborator": "bright",
"selectors": {
"merge": true,
"userBaseInfo": {
"merge": true,
"fields": {
"isLogged": {
"selector": ["form[title='Logout']"],
"filters": ["query.length > 0"]
}
}
},
"userExtendInfo": {
"merge": true,
"fields": {
Expand Down

0 comments on commit 4d5242f

Please sign in to comment.