Changed the default SQLite DB location from app/data/ to db/

This commit is contained in:
2026-05-17 13:27:46 +03:00
parent 5c6f4b92ef
commit b0eaa9d2eb
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ python -m app.cli --apply --playlist 0
## Data & Layout
- Database: `app/data/app.db`
- Database: `db/app.db`
- Outputs: `<save_path>/audio` and/or `<save_path>/video`
- Recycle bin: `<save_path>/.recycle/{audio,video}`