mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-09 12:12:43 +02:00
Update GroupCover.vue
Groupcover limit 10
This commit is contained in:
@@ -302,7 +302,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.noValidCovers = false
|
this.noValidCovers = false
|
||||||
|
|
||||||
validCovers = validCovers.slice(0, 30);
|
validCovers = validCovers.slice(0, 10);
|
||||||
|
|
||||||
var coverWidth = this.width
|
var coverWidth = this.width
|
||||||
var widthPer = this.width
|
var widthPer = this.width
|
||||||
@@ -353,4 +353,4 @@ export default {
|
|||||||
if (this.coverDiv) this.coverDiv.remove()
|
if (this.coverDiv) this.coverDiv.remove()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user