Not much to say, removed the 1 minute sleep timer preset to make room for a new manual sleep timer entry. It will open a dialog to set the number of minutes for the sleep timer.
🔄 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/322
**Author:** [@jakob42](https://github.com/jakob42)
**Created:** 8/18/2022
**Status:** ✅ Merged
**Merged:** 8/21/2022
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `manualSleepTimer`
---
### 📝 Commits (4)
- [`56a3d8b`](https://github.com/advplyr/audiobookshelf-app/commit/56a3d8bb7238a469c8638b92484cb3ad0f1e8736) added manual sleep timer dialog
- [`b4e70da`](https://github.com/advplyr/audiobookshelf-app/commit/b4e70da1f57dd836a8528f719c05b9c619eee896) check for negative timer values
- [`683b4e7`](https://github.com/advplyr/audiobookshelf-app/commit/683b4e753a4ee67646421b438af5d973ec99dd10) Merge branch 'master' into manualSleepTimer
- [`b8b2d73`](https://github.com/advplyr/audiobookshelf-app/commit/b8b2d73eab6b0fc0b766d8edcd60f4f0d5de71f2) Sleep timer UI update and min custom time to 1 min
### 📊 Changes
**2 files changed** (+43 additions, -11 deletions)
<details>
<summary>View changed files</summary>
📝 `components/modals/SleepTimerModal.vue` (+37 -5)
📝 `ios/App/Podfile` (+6 -6)
</details>
### 📄 Description
Not much to say, removed the 1 minute sleep timer preset to make room for a new manual sleep timer entry. It will open a dialog to set the number of minutes for the sleep timer.
---
<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/322
Author: @jakob42
Created: 8/18/2022
Status: ✅ Merged
Merged: 8/21/2022
Merged by: @advplyr
Base:
master← Head:manualSleepTimer📝 Commits (4)
56a3d8badded manual sleep timer dialogb4e70dacheck for negative timer values683b4e7Merge branch 'master' into manualSleepTimerb8b2d73Sleep timer UI update and min custom time to 1 min📊 Changes
2 files changed (+43 additions, -11 deletions)
View changed files
📝
components/modals/SleepTimerModal.vue(+37 -5)📝
ios/App/Podfile(+6 -6)📄 Description
Not much to say, removed the 1 minute sleep timer preset to make room for a new manual sleep timer entry. It will open a dialog to set the number of minutes for the sleep timer.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.