Skip to content

Commit

Permalink
Fully linted code
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCaptain989 authored May 10, 2024
1 parent 7704099 commit 08b1560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/usr/local/bin/flac2mp3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ for flac2mp3_track in $flac2mp3_tracks; do
esac
done
# shellcheck disable=SC2090
[ $flac2mp3_debug -ge 1 ] && echo "Debug|New metadata: $(echo $flac2mp3_ffmpeg_metadata | sed -e 's/-metadata //g')" | log
[ $flac2mp3_debug -ge 1 ] && echo "Debug|New metadata: echo ${flac2mp3_ffmpeg_metadata//-metadata /}" | log
else
echo "Warn|ffprobe did not return any data when querying track: \"$flac2mp3_track\"" | log
flac2mp3_exitstatus=12
Expand Down

0 comments on commit 08b1560

Please sign in to comment.