mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-16 17:10:03 -04:00
[web] Remove useless call to start the progress bar
This commit is contained in:
parent
1c5425ba2a
commit
24017f21f9
@ -107,8 +107,6 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.connect()
|
this.connect()
|
||||||
// Start the progress bar on app start
|
|
||||||
this.$Progress.start()
|
|
||||||
// Hook the progress bar to start before we move router-view
|
// Hook the progress bar to start before we move router-view
|
||||||
this.$router.beforeEach((to, from, next) => {
|
this.$router.beforeEach((to, from, next) => {
|
||||||
if (!(to.path === from.path && to.hash)) {
|
if (!(to.path === from.path && to.hash)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user