mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-15 11:54:56 +02:00
commit
0abfa58dbf
1 changed files with 4 additions and 0 deletions
|
@ -324,6 +324,10 @@ export default {
|
||||||
var img = await this.buildCoverImg(validCovers[i], coverWidth, offsetLeft, zIndex, validCovers.length === 1)
|
var img = await this.buildCoverImg(validCovers[i], coverWidth, offsetLeft, zIndex, validCovers.length === 1)
|
||||||
outerdiv.appendChild(img)
|
outerdiv.appendChild(img)
|
||||||
coverImageEls.push(img)
|
coverImageEls.push(img)
|
||||||
|
|
||||||
|
if(coverImageEls.length >= 30) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.showCoverFan) {
|
if (this.showCoverFan) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue