Skip to content

Commit

Permalink
Merge Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pops64 committed Jan 17, 2025
1 parent 8963a74 commit aa327d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/options/sections/InterfaceAdvanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default {
this.scraperFieldsValid=false
if (this.scraperName != "") {
if (this.scraperUrl.startsWith("https://") || this.scraperUrl.startsWith("http://") ) {
if (this.scraperUrl.includes("povr.com") || this.scraperUrl.includes("sexlikereal.com") || this.scraperUrl.includes("vrphub.com") || this.scraperUrl.includes("vrporn.com") || this.scraperUrl.includes("stashdb.org")) || this.scraperUrl.includes("realvr.com")) {
if (this.scraperUrl.includes("povr.com") || this.scraperUrl.includes("sexlikereal.com") || this.scraperUrl.includes("vrphub.com") || this.scraperUrl.includes("vrporn.com") || this.scraperUrl.includes("stashdb.org") || this.scraperUrl.includes("realvr.com")) {
this.scraperFieldsValid=true
}
}
Expand Down
1 change: 1 addition & 0 deletions ui/src/views/options/sections/OptionsSceneCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export default {
}
if (this.scrapeUrl.toLowerCase().includes("realvr.com")) {
site = "realvr-single_scene"
}
if (this.scrapeUrl.toLowerCase().includes("stashdb.org")) {
site = "single_scene-stashdb"
}
Expand Down

0 comments on commit aa327d9

Please sign in to comment.