mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 10:04:39 +02:00
Add global search, update filters for new filter model
This commit is contained in:
parent
4420375f2a
commit
2c27fb3108
10 changed files with 164 additions and 33 deletions
|
@ -67,11 +67,11 @@ export default {
|
|||
}
|
||||
this.$store.commit('setAppUpdateInfo', result)
|
||||
|
||||
if (result.updateAvailability === 2) {
|
||||
setTimeout(() => {
|
||||
this.showUpdateToast(result.availableVersion, !!result.immediateUpdateAllowed)
|
||||
}, 5000)
|
||||
}
|
||||
// if (result.updateAvailability === 2) {
|
||||
// setTimeout(() => {
|
||||
// this.showUpdateToast(result.availableVersion, !!result.immediateUpdateAllowed)
|
||||
// }, 5000)
|
||||
// }
|
||||
}
|
||||
// parseSemver(ver) {
|
||||
// if (!ver) return null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue