[PR #533] [MERGED] Fix Metadata List Separators #1443

Closed
opened 2026-04-24 23:58:29 +02:00 by adam · 0 comments
Owner

📋 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: masterHead: metadata-separators


📝 Commits (1)

  • 93c16e6 Fix 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.

Screenshot from 2023-01-31 14-44-33

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

Screenshot from 2023-01-31 14-43-10


🔄 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. ![Screenshot from 2023-01-31 14-44-33](https://user-images.githubusercontent.com/1008395/215778200-27bfe9e3-74f2-44f2-88a9-f3d7778dada7.png) This just adds a space to both the genre as well as to the narrator separators. ![Screenshot from 2023-01-31 14-43-10](https://user-images.githubusercontent.com/1008395/215778234-ffaea1ad-b8f2-4f19-ab50-78818c3ada84.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:29 +02:00
adam closed this issue 2026-04-24 23:58:30 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1443