mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-05 02:34:56 +02:00
Fix:Match update cover image #648
This commit is contained in:
parent
6cd4ec7fce
commit
7456052620
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ export default {
|
|||
}
|
||||
this.isProcessing = true
|
||||
|
||||
if (updatePayload.cover) {
|
||||
if (updatePayload.metadata.cover) {
|
||||
var coverPayload = {
|
||||
url: updatePayload.metadata.cover
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue