mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-17 00:01:10 +02:00
Update GroupCover.vue
Groupcover limit 10
This commit is contained in:
parent
372a0a2c3f
commit
6b476b84b2
1 changed files with 2 additions and 2 deletions
|
@ -302,7 +302,7 @@ export default {
|
|||
}
|
||||
this.noValidCovers = false
|
||||
|
||||
validCovers = validCovers.slice(0, 30);
|
||||
validCovers = validCovers.slice(0, 10);
|
||||
|
||||
var coverWidth = this.width
|
||||
var widthPer = this.width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue