mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 19:01:41 +00:00
Added Explicit user book rating + Community rating
This commit is contained in:
parent
3bfd9f419c
commit
dba575761e
16 changed files with 426 additions and 64 deletions
|
|
@ -169,6 +169,7 @@ export default {
|
|||
if (updateResult) {
|
||||
if (updateResult.updated) {
|
||||
this.$toast.success(this.$strings.ToastItemDetailsUpdateSuccess)
|
||||
this.$eventBus.$emit(`${this.libraryItemId}_updated`, updateResult.libraryItem)
|
||||
return true
|
||||
} else {
|
||||
this.$toast.info(this.$strings.MessageNoUpdatesWereNecessary)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue