Added Explicit user book rating + Community rating

This commit is contained in:
Peter BALIVET 2025-06-30 13:52:37 +02:00
parent 3bfd9f419c
commit dba575761e
16 changed files with 426 additions and 64 deletions

View file

@ -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)