Skip to content

Commit 316a6c2

Browse files
committed
Fix for awk error
- Fixes TheCaptain989/radarr-striptracks#68
1 parent 9b1dcc1 commit 316a6c2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

root/usr/local/bin/striptracks.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,10 @@ BEGIN {
12161216
MKVMerge = "/usr/bin/mkvmerge"
12171217
FS = "[\t\n: ]"
12181218
IGNORECASE = 1
1219+
split("", AudioCommand)
1220+
split("", SubsCommand)
1221+
split("", AudRmvLog)
1222+
split("", SubsRmvLog)
12191223
}
12201224
/^Track ID/ {
12211225
FieldCount = split($0, Fields)

0 commit comments

Comments
 (0)