mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-26 19:59:56 +01:00
Fix forward button being enabled after clicking on forward button (#4462)
This commit is contained in:
parent
6541695c41
commit
57930d8439
@ -183,7 +183,7 @@ export default defineComponent({
|
||||
})
|
||||
|
||||
this.$router.onReady(() => {
|
||||
if (this.$router.currentRoute.path === '/' && this.landingPage !== '/subscriptions') {
|
||||
if (this.$router.currentRoute.path === '/') {
|
||||
this.$router.replace({ path: this.landingPage })
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user