mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Movie group renames (#5039)
* Rename Movie and MoviePartial to Group/GroupPartial * Rename Movie interfaces * Update movie url builders to use group * Rename movieRoutes to groupRoutes * Update dataloader * Update names in sqlite package * Rename in resolvers * Add GroupByURL to scraper config * Scraper backward compatibility hacks
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
type updateImageFunc func(ctx context.Context, id int, image []byte) error
|
||||
type getImageFunc func(ctx context.Context, movieID int) ([]byte, error)
|
||||
type getImageFunc func(ctx context.Context, id int) ([]byte, error)
|
||||
|
||||
func testUpdateImage(t *testing.T, ctx context.Context, id int, updateFn updateImageFunc, getFn getImageFunc) error {
|
||||
image := []byte("image")
|
||||
|
||||
Reference in New Issue
Block a user