mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +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:
@@ -23,8 +23,8 @@ func (jp *jsonUtils) saveTag(fn string, tag *jsonschema.Tag) error {
|
||||
return jsonschema.SaveTagFile(filepath.Join(jp.json.Tags, fn), tag)
|
||||
}
|
||||
|
||||
func (jp *jsonUtils) saveMovie(fn string, movie *jsonschema.Movie) error {
|
||||
return jsonschema.SaveMovieFile(filepath.Join(jp.json.Movies, fn), movie)
|
||||
func (jp *jsonUtils) saveGroup(fn string, group *jsonschema.Group) error {
|
||||
return jsonschema.SaveGroupFile(filepath.Join(jp.json.Groups, fn), group)
|
||||
}
|
||||
|
||||
func (jp *jsonUtils) saveScene(fn string, scene *jsonschema.Scene) error {
|
||||
|
||||
Reference in New Issue
Block a user