[PR #389] [MERGED] Fix local cover images not used on iOS #1424

Closed
opened 2026-04-24 23:58:22 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/389
Author: @ronaldheft
Created: 9/18/2022
Status: Merged
Merged: 9/18/2022
Merged by: @advplyr

Base: masterHead: ios-bug-artwork


📝 Commits (2)

  • 3e12ff1 fix: Local artwork not used
  • bae5d97 fix: Local artwork not loading

📊 Changes

3 files changed (+27 additions, -27 deletions)

View changed files

📝 ios/App/Shared/models/local/LocalLibraryItem.swift (+6 -2)
📝 ios/App/Shared/player/PlayerHandler.swift (+1 -1)
📝 ios/App/Shared/util/NowPlayingInfo.swift (+20 -24)

📄 Description

Fixes #373. Local cover images were never being loaded and always fetched from the server, hence if the network was unavailable when playback started, the artwork would not be available.


🔄 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-app/pull/389 **Author:** [@ronaldheft](https://github.com/ronaldheft) **Created:** 9/18/2022 **Status:** ✅ Merged **Merged:** 9/18/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `ios-bug-artwork` --- ### 📝 Commits (2) - [`3e12ff1`](https://github.com/advplyr/audiobookshelf-app/commit/3e12ff139b3167715ba794451fab436101998463) fix: Local artwork not used - [`bae5d97`](https://github.com/advplyr/audiobookshelf-app/commit/bae5d970877872703ebbd6fd3e4c0c544c5f4e96) fix: Local artwork not loading ### 📊 Changes **3 files changed** (+27 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `ios/App/Shared/models/local/LocalLibraryItem.swift` (+6 -2) 📝 `ios/App/Shared/player/PlayerHandler.swift` (+1 -1) 📝 `ios/App/Shared/util/NowPlayingInfo.swift` (+20 -24) </details> ### 📄 Description Fixes #373. Local cover images were never being loaded and always fetched from the server, hence if the network was unavailable when playback started, the artwork would not be available. --- <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-24 23:58:22 +02:00
adam closed this issue 2026-04-24 23:58:22 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1424