-
-
Notifications
You must be signed in to change notification settings - Fork 989
Submit all scene URLs to Stashbox #5894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
My comment was in reference to someone using older than v0.22.0 Stash (which lacks URLs support) and trying to submit a draft. I'm not even sure if that's relevant to this change though. I just saw |
Yes this does not affect that. |
The code looks like it does because it initially used string pointers; however, the version that landed used a regular string array, so we can just the = operator.
Now that Stash supports sending more than one URL at a time (stashapp/stash#5894), this code treats unmatched URLs as a studio URL even if multiple URLs were submitted. This allows, for example, submitting a Clips4Sale URL and a studio URL and having both matched.
The code looks like it does because it initially used string pointers; however, the version that landed used a regular string array, so we can just the = operator.

Bug #1868
Closes #5899
Closes #3951