mirror of
https://github.com/JackDallas/Premiumizearr.git
synced 2026-01-05 20:33:28 +01:00
UI: Support more errors
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
function parseDLSpeedFromMessage(m) {
|
||||
if (m == "Loading..." || m == undefined) return 0;
|
||||
if (m == "too many missing articles") return 0;
|
||||
|
||||
let speed = m.split(" ")[0];
|
||||
speed = speed.replace(",", "");
|
||||
let unit = m.split(" ")[1];
|
||||
|
||||
Reference in New Issue
Block a user