mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-11-24 20:05:41 +01:00
remove unneeded asin reference
This commit is contained in:
parent
831d50320c
commit
e7d0771261
@ -285,9 +285,6 @@ export default {
|
|||||||
authors() {
|
authors() {
|
||||||
return this.mediaMetadata.authors || []
|
return this.mediaMetadata.authors || []
|
||||||
},
|
},
|
||||||
asin() {
|
|
||||||
return this.mediaMetadata?.asin || null
|
|
||||||
},
|
|
||||||
rating() {
|
rating() {
|
||||||
return this.mediaMetadata?.rating || null
|
return this.mediaMetadata?.rating || null
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user