summaryrefslogtreecommitdiff
path: root/rhimport/importer.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-13 19:40:31 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-13 19:40:31 (GMT)
commit3c67fe07b6103d1bd0ddafbfa7da0544cf7ed83e (patch)
tree6f7a60f03ff6a3a40729e58b3ade74a620ab8232 /rhimport/importer.go
parent6162042d3c40a7b9e49531e85f288014d56332b0 (diff)
added normalizer step
always send last/first progress message of a step
Diffstat (limited to 'rhimport/importer.go')
-rw-r--r--rhimport/importer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport/importer.go b/rhimport/importer.go
index e7eca56..518b242 100644
--- a/rhimport/importer.go
+++ b/rhimport/importer.go
@@ -312,7 +312,7 @@ func importAudio(ctx *Context, res *Result) (err error) {
}
if ctx.ProgressCallBack != nil {
- if keep := ctx.ProgressCallBack(2, "importing", ulnow, ultotal, ctx.ProgressCallBackData); !keep {
+ if keep := ctx.ProgressCallBack(3, "importing", ulnow, ultotal, ctx.ProgressCallBackData); !keep {
ctx.ProgressCallBack = nil
}
}