[PR #974] [MERGED] Persist Volume in Local Storage #3437

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/974
Author: @Zibbp
Created: 9/8/2022
Status: Merged
Merged: 9/8/2022
Merged by: @advplyr

Base: masterHead: master


📝 Commits (1)

  • baedced feat(player): persist volume in local storage

📊 Changes

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

View changed files

📝 client/components/controls/VolumeControl.vue (+9 -0)

📄 Description

I've noticed ABS does not persist the volume in local storage like many other players so refreshing the page sets the volume back to 100%. This commit stores and retrieves the volume from the browser's local storage.


🔄 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/974 **Author:** [@Zibbp](https://github.com/Zibbp) **Created:** 9/8/2022 **Status:** ✅ Merged **Merged:** 9/8/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`baedced`](https://github.com/advplyr/audiobookshelf/commit/baedced83f0cbdabc848827783d803211f7defee) feat(player): persist volume in local storage ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/components/controls/VolumeControl.vue` (+9 -0) </details> ### 📄 Description I've noticed ABS does not persist the volume in local storage like many other players so refreshing the page sets the volume back to 100%. This commit stores and retrieves the volume from the browser's local storage. --- <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:15:38 +02:00
adam closed this issue 2026-04-25 00:15:39 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3437