mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Studio Tagger (#3510)
* Studio image and parent studio support in scene tagger * Refactor studio backend and add studio tagger --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -31,6 +31,8 @@ export const multiValueSceneFields: SceneField[] = [
|
||||
export function sceneFieldMessageID(field: SceneField) {
|
||||
if (field === "code") {
|
||||
return "scene_code";
|
||||
} else if (field === "studio") {
|
||||
return "studio_and_parent";
|
||||
}
|
||||
|
||||
return field;
|
||||
|
||||
Reference in New Issue
Block a user