mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 06:20:17 -05:00
[web] Use named route for the podcasts page
Switching to named routes in order to reduce future maintenance.
This commit is contained in:
@@ -139,7 +139,7 @@ export default {
|
||||
webapi
|
||||
.library_playlist_delete(this.rss_playlist_to_remove.id)
|
||||
.then(() => {
|
||||
this.$router.replace({ path: '/podcasts' })
|
||||
this.$router.replace({ name: 'podcasts' })
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user