Upgrade eslint and vite.

This commit is contained in:
Kavin
2026-03-27 02:42:49 +05:30
parent dead2b023a
commit 82c7062de7
11 changed files with 510 additions and 643 deletions

View File

@@ -170,7 +170,7 @@ function importSubscriptionsLocally(newChannels) {
subs.sort();
try {
localStorage.setItem("localSubscriptions", JSON.stringify(subs));
} catch (e) {
} catch {
alert(t("info.local_storage"));
}
}