mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +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:
@@ -8,6 +8,7 @@ type PerformerReader interface {
|
||||
FindByImageID(imageID int) ([]*Performer, error)
|
||||
FindByGalleryID(galleryID int) ([]*Performer, error)
|
||||
FindByNames(names []string, nocase bool) ([]*Performer, error)
|
||||
FindByStashID(stashID StashID) ([]*Performer, error)
|
||||
FindByStashIDStatus(hasStashID bool, stashboxEndpoint string) ([]*Performer, error)
|
||||
CountByTagID(tagID int) (int, error)
|
||||
Count() (int, error)
|
||||
|
||||
Reference in New Issue
Block a user