mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Movie/Group tags (#4969)
* Combine common tag control code into hook * Combine common scraped tag row code into hook
This commit is contained in:
@@ -98,6 +98,9 @@ fragment ScrapedMovieData on ScrapedMovie {
|
||||
studio {
|
||||
...ScrapedMovieStudioData
|
||||
}
|
||||
tags {
|
||||
...ScrapedSceneTagData
|
||||
}
|
||||
}
|
||||
|
||||
fragment ScrapedSceneMovieData on ScrapedMovie {
|
||||
@@ -116,6 +119,9 @@ fragment ScrapedSceneMovieData on ScrapedMovie {
|
||||
studio {
|
||||
...ScrapedMovieStudioData
|
||||
}
|
||||
tags {
|
||||
...ScrapedSceneTagData
|
||||
}
|
||||
}
|
||||
|
||||
fragment ScrapedSceneStudioData on ScrapedStudio {
|
||||
|
||||
Reference in New Issue
Block a user