mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-12 23:42:32 -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() {
|
||||
this.connect()
|
||||
// Start the progress bar on app start
|
||||
this.$Progress.start()
|
||||
// Hook the progress bar to start before we move router-view
|
||||
this.$router.beforeEach((to, from, next) => {
|
||||
if (!(to.path === from.path && to.hash)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user