Fixes#348. This may actually be the fix for a few other crashes, as there could be other cases where the LocalMediaProgress did not have the id set.
🔄 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/362
**Author:** [@ronaldheft](https://github.com/ronaldheft)
**Created:** 9/3/2022
**Status:** ✅ Merged
**Merged:** 9/3/2022
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `fix-ios-mark-as-read-crash`
---
### 📝 Commits (1)
- [`41753cd`](https://github.com/advplyr/audiobookshelf-app/commit/41753cd853b8467139890ca68e231d14ef867bd3) Fix marking as read crashing app
### 📊 Changes
**1 file changed** (+12 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `ios/App/Shared/models/local/LocalMediaProgress.swift` (+12 -0)
</details>
### 📄 Description
Fixes #348. This may actually be the fix for a few other crashes, as there could be other cases where the `LocalMediaProgress` did not have the id set.
---
<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/362
Author: @ronaldheft
Created: 9/3/2022
Status: ✅ Merged
Merged: 9/3/2022
Merged by: @advplyr
Base:
master← Head:fix-ios-mark-as-read-crash📝 Commits (1)
41753cdFix marking as read crashing app📊 Changes
1 file changed (+12 additions, -0 deletions)
View changed files
📝
ios/App/Shared/models/local/LocalMediaProgress.swift(+12 -0)📄 Description
Fixes #348. This may actually be the fix for a few other crashes, as there could be other cases where the
LocalMediaProgressdid not have the id set.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.