mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Correct movies to groups in default menu items (#6140)
Fixes unnecessary config migration artifact in new systems
This commit is contained in:
parent
e1b3b33c24
commit
fbba4f06a9
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ var (
|
||||||
defaultVideoExtensions = []string{"m4v", "mp4", "mov", "wmv", "avi", "mpg", "mpeg", "rmvb", "rm", "flv", "asf", "mkv", "webm", "f4v"}
|
defaultVideoExtensions = []string{"m4v", "mp4", "mov", "wmv", "avi", "mpg", "mpeg", "rmvb", "rm", "flv", "asf", "mkv", "webm", "f4v"}
|
||||||
defaultImageExtensions = []string{"png", "jpg", "jpeg", "gif", "webp"}
|
defaultImageExtensions = []string{"png", "jpg", "jpeg", "gif", "webp"}
|
||||||
defaultGalleryExtensions = []string{"zip", "cbz"}
|
defaultGalleryExtensions = []string{"zip", "cbz"}
|
||||||
defaultMenuItems = []string{"scenes", "images", "movies", "markers", "galleries", "performers", "studios", "tags"}
|
defaultMenuItems = []string{"scenes", "images", "groups", "markers", "galleries", "performers", "studios", "tags"}
|
||||||
)
|
)
|
||||||
|
|
||||||
type MissingConfigError struct {
|
type MissingConfigError struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue