1
Fork 0

Move the music staging directory out of the beets directory.

This commit is contained in:
Bauke 2023-05-02 11:13:59 +02:00
parent f603be4cef
commit 084abaa3a1
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ XDG_DOWNLOAD_DIR="/media/Lagoon/Downloads/"
XDG_TEMPLATES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/"
XDG_MUSIC_DIR="$HOME/Beets/Staging/"
XDG_MUSIC_DIR="$HOME/Staging Beets"
XDG_PICTURES_DIR="$HOME/"
XDG_VIDEOS_DIR="$HOME/"