[PR #4973] [MERGED] Fix screen reader compatability issue for the "jump backwards" button for media controls #4388

Closed
opened 2026-04-25 00:19:33 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4973
Author: @KiwiHour
Created: 1/9/2026
Status: Merged
Merged: 2/1/2026
Merged by: @advplyr

Base: masterHead: jump-backwards-label-fix


📝 Commits (1)

  • 3e4225b Fix aria-label for jumpBackward button

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 client/components/player/PlayerPlaybackControls.vue (+1 -1)

📄 Description

Brief summary

Fixes screen reader compatability issue for the "jump backwards" button for media controls

Which issue is fixed?

Pointed out by jonathan859 on discord

In-depth Description

Very simple solution, follows the same format as the forward button.

How have you tested this?

The program runs fine, I do not have a screen reader to test but considering how small the change is it should work perfectly

Screenshots

n/a


🔄 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/pull/4973 **Author:** [@KiwiHour](https://github.com/KiwiHour) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 2/1/2026 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `jump-backwards-label-fix` --- ### 📝 Commits (1) - [`3e4225b`](https://github.com/advplyr/audiobookshelf/commit/3e4225bced841944b24ffde05ce6a8933a17e131) Fix aria-label for jumpBackward button ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/components/player/PlayerPlaybackControls.vue` (+1 -1) </details> ### 📄 Description ## Brief summary Fixes screen reader compatability issue for the "jump backwards" button for media controls ## Which issue is fixed? Pointed out by jonathan859 on discord ## In-depth Description Very simple solution, follows the same format as the forward button. ## How have you tested this? The program runs fine, I do not have a screen reader to test but considering how small the change is it should work perfectly ## Screenshots n/a --- <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-25 00:19:33 +02:00
adam closed this issue 2026-04-25 00:19:33 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4388