Update:Library item page use bg gradient of primary cover image color

This commit is contained in:
advplyr
2023-01-11 18:00:05 -06:00
parent f75a8dfb86
commit 5bae5411c8
2 changed files with 140 additions and 121 deletions
-4
View File
@@ -182,10 +182,6 @@ export default {
}
},
computed: {
bgColor() {
if (!this.coverRgb) return 'rgb(55, 56, 56)'
return `rgb(${this.coverRgb.r},${this.coverRgb.g},${this.coverRgb.b})`
},
menuItems() {
var items = [
{