mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 08:34:10 +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
|
||||
|
||||
if (updatePayload.cover) {
|
||||
if (updatePayload.metadata.cover) {
|
||||
var coverPayload = {
|
||||
url: updatePayload.metadata.cover
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user