mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-24 12:54:31 +02:00
Lazy bookshelf
This commit is contained in:
parent
3941da1144
commit
4587916c8e
11 changed files with 669 additions and 31 deletions
|
@ -442,17 +442,6 @@ export default {
|
|||
|
||||
this.init()
|
||||
this.initIO()
|
||||
|
||||
setTimeout(() => {
|
||||
var ids = {}
|
||||
this.audiobooks.forEach((ab) => {
|
||||
if (ids[ab.id]) {
|
||||
console.error('FOUDN DUPLICATE ID', ids[ab.id], ab)
|
||||
} else {
|
||||
ids[ab.id] = ab
|
||||
}
|
||||
})
|
||||
}, 5000)
|
||||
},
|
||||
beforeDestroy() {
|
||||
window.removeEventListener('resize', this.resize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue