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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:ios-bug-artwork📝 Commits (2)
3e12ff1fix: Local artwork not usedbae5d97fix: 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.