Also cleans up an inconsistency in what was used as key for the separator-span.
🔄 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/813
**Author:** [@casrou](https://github.com/casrou)
**Created:** 7/26/2023
**Status:** ✅ Merged
**Merged:** 7/27/2023
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (2)
- [`defc7d2`](https://github.com/advplyr/audiobookshelf-app/commit/defc7d216a953ce4bb6a932bdc1c002f99ce1149) Add missing space for authors as well #777
- [`389c7d2`](https://github.com/advplyr/audiobookshelf-app/commit/389c7d23ca43fd7d02207d6f9589942ccc3da3bc) Revert to index as key
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `pages/item/_id/index.vue` (+1 -1)
</details>
### 📄 Description
Seems that the space still is missing before comma for the 'Authors' field. I believe it ought to have been a part of https://github.com/advplyr/audiobookshelf-app/commit/dd91bc666792f9ebaea6de2bb9c272cb38f0cd58 that fixes #777 🙂
Also cleans up an inconsistency in what was used as `key` for the separator-`span`.
---
<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/813
Author: @casrou
Created: 7/26/2023
Status: ✅ Merged
Merged: 7/27/2023
Merged by: @advplyr
Base:
master← Head:master📝 Commits (2)
defc7d2Add missing space for authors as well #777389c7d2Revert to index as key📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
pages/item/_id/index.vue(+1 -1)📄 Description
Seems that the space still is missing before comma for the 'Authors' field. I believe it ought to have been a part of https://github.com/advplyr/audiobookshelf-app/commit/dd91bc666792f9ebaea6de2bb9c272cb38f0cd58 that fixes #777 🙂
Also cleans up an inconsistency in what was used as
keyfor the separator-span.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.