Compare commits

..

1 commit

Author SHA1 Message Date
Ali Razmjoo
98399bd3b1
Merge 4e667c9adb into 223cde831f 2025-01-18 15:35:51 +00:00

View file

@ -485,7 +485,7 @@ function ApiCache() {
}
if (typeof duration === "string") {
let split = duration.match(/^([\d\.,]+)\s?([a-zA-Z]+)$/);
let split = duration.match(/^([\d\.,]+)\s?(\w+)$/);
if (split.length === 3) {
let len = parseFloat(split[1]);