raaaah little thingy...

This commit is contained in:
yosh 2024-03-19 01:17:07 -04:00
parent a1c261e82e
commit e91ff9788c
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ else
ffmpeg -nostdin -safe 0 -f concat -i "$OUTDIR/ffmpeg_tracklist.txt" -c copy "$OUTDIR/${ALBUMARTIST%%/*} - ${ALBUM%%/*}.webm"
fi
rm "$OUTDIR/ffmpeg_tracklist.txt"
# Bandcamp check and info retrieval
if [ -n "$BANDCAMP" ]; then
JSON="$(mktemp -t "ALBUMSETUP_JSON.XXXX")"