mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-25 21:04:02 +02:00
Add global search, update filters for new filter model
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user