[gen_trackid] Fixed misnamed function
This commit is contained in:
parent
db4d479e14
commit
d829f8e8d3
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
# USAGE
|
||||
# gen_trackid </path/to/flac/file> </path/to/cue/fule>
|
||||
#
|
||||
# DEPENDENCIES src/deploy_split
|
||||
# DEPENDENCIES src/deploy_gen
|
||||
#
|
||||
# }
|
||||
|
||||
|
@ -16,7 +16,7 @@ gen_trackid() {
|
|||
FLAC="${1}"
|
||||
CUE="${2}"
|
||||
|
||||
deploy_split ${FLAC} ${CUE} >/dev/null 2>&1
|
||||
deploy_gen ${FLAC} ${CUE} >/dev/null 2>&1
|
||||
local TOTALTRACKS="$(grep -e "TRACK [0-9][0-9] AUDIO" "${CUE}" | wc -l)"
|
||||
|
||||
local COUNT=1
|
||||
|
|
Loading…
Reference in a new issue