mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Multiple scene URLs (#3852)
* Add URLs scene relationship * Update unit tests * Update scene edit and details pages * Update scrapers to use urls * Post-process scenes during query scrape * Update UI for URLs * Change urls label
This commit is contained in:
@@ -42,6 +42,10 @@ type AliasLoader interface {
|
||||
GetAliases(ctx context.Context, relatedID int) ([]string, error)
|
||||
}
|
||||
|
||||
type URLLoader interface {
|
||||
GetURLs(ctx context.Context, relatedID int) ([]string, error)
|
||||
}
|
||||
|
||||
// RelatedIDs represents a list of related IDs.
|
||||
// TODO - this can be made generic
|
||||
type RelatedIDs struct {
|
||||
|
||||
Reference in New Issue
Block a user