chore: change dir

This commit is contained in:
Simon Ding
2024-07-19 17:01:40 +08:00
parent 80d802fb4c
commit 38e5550398

View File

@@ -78,8 +78,8 @@ func (c *Client) generateDefaultLocalStorage() error {
Implementation: "local", Implementation: "local",
Default: true, Default: true,
Settings: map[string]string{ Settings: map[string]string{
"tv_path": "/data/tv", "tv_path": "/data/tv/",
"movie_path": "/data/movies", "movie_path": "/data/movies/",
}, },
}) })
} }