Skip to content

Commit 26fbba0

Browse files
committed
return true from func
1 parent 839c653 commit 26fbba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ condense() {
719719
"${output-}" \
720720
"${subtitles-}" \
721721
"${subs_track_num-}" \
722-
"${audio_track_num-}"
722+
"${audio_track_num-}" || true
723723
}
724724

725725
notify_send() {

0 commit comments

Comments
 (0)