mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Added an onboarding flow
This commit is contained in:
@@ -20,11 +20,6 @@ func newGeneratedPaths(p Paths) *generatedPaths {
|
||||
gp.Markers = filepath.Join(p.Config.Metadata, "markers")
|
||||
gp.Transcodes = filepath.Join(p.Config.Metadata, "transcodes")
|
||||
gp.Tmp = filepath.Join(p.Config.Metadata, "tmp")
|
||||
|
||||
_ = utils.EnsureDir(gp.Screenshots)
|
||||
_ = utils.EnsureDir(gp.Vtt)
|
||||
_ = utils.EnsureDir(gp.Markers)
|
||||
_ = utils.EnsureDir(gp.Transcodes)
|
||||
return &gp
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user