This patch fixes the separators between metadata list entries in the book detail view. Items were separated only by comma. A space was missing.
This just adds a space to both the genre as well as to the narrator separators.
🔄 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/533
**Author:** [@lkiesow](https://github.com/lkiesow)
**Created:** 1/31/2023
**Status:** ✅ Merged
**Merged:** 1/31/2023
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `metadata-separators`
---
### 📝 Commits (1)
- [`93c16e6`](https://github.com/advplyr/audiobookshelf-app/commit/93c16e6a622f764540375b9e8ec570c7a751ef8b) Fix Metadata List Separators
### 📊 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 the separators between metadata list entries in the book detail view. Items were separated only by comma. A space was missing.

This just adds a space to both the genre as well as to the narrator separators.

---
<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/533
Author: @lkiesow
Created: 1/31/2023
Status: ✅ Merged
Merged: 1/31/2023
Merged by: @advplyr
Base:
master← Head:metadata-separators📝 Commits (1)
93c16e6Fix Metadata List Separators📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
pages/item/_id/index.vue(+2 -2)📄 Description
This patch fixes the separators between metadata list entries in the book detail view. Items were separated only by comma. A space was missing.
This just adds a space to both the genre as well as to the narrator separators.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.