This patch fixes a small problem with the separator between several authors which is Author A , Author B, but should be instead Author A, Author B like with the other metadata fields.
🔄 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/851
**Author:** [@lkiesow](https://github.com/lkiesow)
**Created:** 8/30/2023
**Status:** ✅ Merged
**Merged:** 9/10/2023
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `author-separator`
---
### 📝 Commits (1)
- [`77f70e4`](https://github.com/advplyr/audiobookshelf-app/commit/77f70e48deec4694464b6352b97242d3c636d6ac) Fix separator between authors
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `pages/item/_id/index.vue` (+2 -2)
</details>
### 📄 Description
This patch fixes a small problem with the separator between several authors which is `Author A , Author B`, but should be instead `Author A, Author B` like with the other metadata fields.
---
<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/851
Author: @lkiesow
Created: 8/30/2023
Status: ✅ Merged
Merged: 9/10/2023
Merged by: @advplyr
Base:
master← Head:author-separator📝 Commits (1)
77f70e4Fix separator between authors📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
pages/item/_id/index.vue(+2 -2)📄 Description
This patch fixes a small problem with the separator between several authors which is
Author A , Author B, but should be insteadAuthor A, Author Blike with the other metadata fields.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.