mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +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:
@@ -65,6 +65,7 @@ type MovieReader interface {
|
||||
MovieQueryer
|
||||
MovieCounter
|
||||
URLLoader
|
||||
TagIDLoader
|
||||
|
||||
All(ctx context.Context) ([]*Movie, error)
|
||||
GetFrontImage(ctx context.Context, movieID int) ([]byte, error)
|
||||
|
||||
Reference in New Issue
Block a user