mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Resolve performer/studio stashIDs for scraped scenes (#2006)
* Resolve performer/studio stashIDs for scraped scenes * Check endpoint when matching stashids
This commit is contained in:
@@ -5,6 +5,7 @@ type StudioReader interface {
|
||||
FindMany(ids []int) ([]*Studio, error)
|
||||
FindChildren(id int) ([]*Studio, error)
|
||||
FindByName(name string, nocase bool) (*Studio, error)
|
||||
FindByStashID(stashID StashID) ([]*Studio, error)
|
||||
Count() (int, error)
|
||||
All() ([]*Studio, error)
|
||||
// TODO - this interface is temporary until the filter schema can fully
|
||||
|
||||
Reference in New Issue
Block a user