mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Support multiple content folders. Closes #2
This commit is contained in:
@@ -18,6 +18,11 @@ type ConfigGeneralResult struct {
|
||||
Stashes []string `json:"stashes"`
|
||||
}
|
||||
|
||||
// All configuration settings
|
||||
type ConfigResult struct {
|
||||
General ConfigGeneralResult `json:"general"`
|
||||
}
|
||||
|
||||
type FindFilterType struct {
|
||||
Q *string `json:"q"`
|
||||
Page *int `json:"page"`
|
||||
|
||||
Reference in New Issue
Block a user