mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-09-15 17:23:45 +00:00
Upgrade eslint and vite.
This commit is contained in:
@@ -170,7 +170,7 @@ function importSubscriptionsLocally(newChannels) {
|
||||
subs.sort();
|
||||
try {
|
||||
localStorage.setItem("localSubscriptions", JSON.stringify(subs));
|
||||
} catch (e) {
|
||||
} catch {
|
||||
alert(t("info.local_storage"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user