fix generate playlists

This commit is contained in:
shibao 2022-03-31 10:07:45 -04:00
parent 54ee85d052
commit 13cd0e7fac
1 changed files with 0 additions and 4 deletions

View File

@ -61,8 +61,4 @@ for playlistDir in ../*; do
fi
done
# Use mpc to update mpd database
update-mpd > /dev/null
restart-music
IFS=$SAVEIFS