mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-10 05:49:37 +00:00
Update:Parsing sequence from folder will strip leading zeros #562
This commit is contained in:
parent
f2e16017f6
commit
a8d5b543d7
2 changed files with 4 additions and 2 deletions
|
|
@ -43,7 +43,6 @@ export default {
|
|||
mixins: [bookshelfCardsHelpers],
|
||||
data() {
|
||||
return {
|
||||
routeName: null,
|
||||
routeFullPath: null,
|
||||
initialized: false,
|
||||
bookshelfHeight: 0,
|
||||
|
|
@ -632,7 +631,6 @@ export default {
|
|||
mounted() {
|
||||
this.initListeners()
|
||||
|
||||
this.routeName = this.$route.name // beforeDestroy will have the new route name already, so need to store this
|
||||
this.routeFullPath = window.location.pathname + (window.location.search || '')
|
||||
},
|
||||
updated() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue