mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 18:31:43 +00:00
remove unneeded asin reference
This commit is contained in:
parent
831d50320c
commit
e7d0771261
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue