[PR #2573] [MERGED] Merge cover and media update in Match.vue into a single /media API call #3740

Closed
opened 2026-04-25 00:16:52 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2573
Author: @mikiher
Created: 2/1/2024
Status: Merged
Merged: 2/25/2024
Merged by: @advplyr

Base: masterHead: fix-match-update


📝 Commits (4)

  • 2ebdb44 Merge cover and media update in Match.vue into a single /media API call
  • 19af745 Force Update LibraryItem model updatedAt refresh (fixes #2593)
  • 0f4b114 Merge branch 'advplyr:master' into fix-match-update
  • 4a36a3c Merge branch 'master' into fix-match-update

📊 Changes

3 files changed (+23 additions, -25 deletions)

View changed files

📝 client/components/modals/item/tabs/Match.vue (+4 -17)
📝 server/controllers/LibraryItemController.js (+15 -8)
📝 server/models/LibraryItem.js (+4 -0)

📄 Description

Fixes #2556 (see details in the bug).

I tried to do the minimal amount of changes to existing functions on the server, while merging the cover and other media updates under a single API call.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/2573 **Author:** [@mikiher](https://github.com/mikiher) **Created:** 2/1/2024 **Status:** ✅ Merged **Merged:** 2/25/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `fix-match-update` --- ### 📝 Commits (4) - [`2ebdb44`](https://github.com/advplyr/audiobookshelf/commit/2ebdb4482673371db2adb94c9e828ed209cc9a37) Merge cover and media update in Match.vue into a single /media API call - [`19af745`](https://github.com/advplyr/audiobookshelf/commit/19af7454f219106a717966522e2b7e1c968c4a28) Force Update LibraryItem model updatedAt refresh (fixes #2593) - [`0f4b114`](https://github.com/advplyr/audiobookshelf/commit/0f4b11494e002d46feaacd7f2b20d474962e2d83) Merge branch 'advplyr:master' into fix-match-update - [`4a36a3c`](https://github.com/advplyr/audiobookshelf/commit/4a36a3c8e6c97f194ec030415168880c85e3f76a) Merge branch 'master' into fix-match-update ### 📊 Changes **3 files changed** (+23 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/item/tabs/Match.vue` (+4 -17) 📝 `server/controllers/LibraryItemController.js` (+15 -8) 📝 `server/models/LibraryItem.js` (+4 -0) </details> ### 📄 Description Fixes #2556 (see details in the bug). I tried to do the minimal amount of changes to existing functions on the server, while merging the cover and other media updates under a single API call. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:16:52 +02:00
adam closed this issue 2026-04-25 00:16:52 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3740