Update GroupCover.vue

Groupcover limit 10
This commit is contained in:
mx03 2022-01-27 23:27:18 +01:00 committed by GitHub
parent 372a0a2c3f
commit 6b476b84b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -353,4 +353,4 @@ export default {
if (this.coverDiv) this.coverDiv.remove()
}
}
</script>
</script>