Create GetProgress_WavPackEnc.progress
This commit is contained in:
Родитель
bfe6a6b1e6
Коммит
906c917f01
|
@ -0,0 +1,4 @@
|
|||
function GetProgress(s)
|
||||
if string.match(s, '^created') ~= nil then return "100";
|
||||
else return string.match(s, '(%d+)%% done'); end;
|
||||
end
|
Загрузка…
Ссылка в новой задаче