mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-03 00:06:46 +01:00
Fix:Match update cover image #648
This commit is contained in:
parent
6cd4ec7fce
commit
7456052620
@ -437,7 +437,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.isProcessing = true
|
this.isProcessing = true
|
||||||
|
|
||||||
if (updatePayload.cover) {
|
if (updatePayload.metadata.cover) {
|
||||||
var coverPayload = {
|
var coverPayload = {
|
||||||
url: updatePayload.metadata.cover
|
url: updatePayload.metadata.cover
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user