mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 05:14:09 +02:00
Update:Library item page use bg gradient of primary cover image color
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user