mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-08-07 07:14:44 +00:00
import: Remove "Try refreshing" text from the successfully imported notification
It is no longer very pertinent since all watched data isn't stored in the browser. When we redirect the user to their list, fresh data is already fetched.
This commit is contained in:
@@ -525,7 +525,7 @@
|
||||
} else {
|
||||
notify({
|
||||
type: "success",
|
||||
text: "All content successfully imported! Try refreshing if you are missing data.",
|
||||
text: "All content successfully imported!",
|
||||
time: 15000,
|
||||
});
|
||||
goto(resolve("/"));
|
||||
|
||||
Reference in New Issue
Block a user