Fixed banner not working #2

This commit is contained in:
WolverinDEV 2019-02-21 20:15:14 +01:00
parent 1b9b1cd5e4
commit 66018f3b8b

View file

@ -168,7 +168,8 @@ class Hostbanner {
properties["cache_tag"] = "?_ts=" + update_timestamp;
else
properties["cache_tag"] = "&_ts=" + update_timestamp;
} finally {
} catch(error) {
console.warn(tr("Failed to parse banner URL: %o"), error);
properties["cache_tag"] = "&_ts=" + update_timestamp;
}