mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-06 07:31:12 +00:00
fix: merging error
This commit is contained in:
parent
f3333c0ae3
commit
f404f129f3
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ export default {
|
|||
|
||||
await theming;
|
||||
await this.$youtube.getAPI();
|
||||
await this.$vuetube.launchBackHandling();
|
||||
this.progressMsg = this.$lang("index").launching;
|
||||
|
||||
this.$router.replace(`/${localStorage.getItem("startPage") || "home"}`); // Prevent user from navigating back to the splash screen
|
||||
|
|
Loading…
Reference in a new issue