mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-13 00:02:53 +02:00
Update GroupCover.vue
Groupcover limit 10
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user