mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 05:45:26 +02:00
Lazy bookshelf
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user