Skip to content

Commit 1be396b

Browse files
docs: update backlog tasks
1 parent 8c94c29 commit 1be396b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

backlog/tasks/task-268 - Add-audio-output-device-selection.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
id: TASK-268
33
title: Add audio output device selection
4-
status: In Progress
4+
status: Done
55
assignee: []
66
created_date: '2026-02-16 15:08'
7-
updated_date: '2026-03-08 02:03'
7+
updated_date: '2026-03-10 05:55'
88
labels:
99
- audio
1010
- feature
@@ -32,11 +32,11 @@ Use cpal (already in dependency tree via rodio) to enumerate devices via `cpal::
3232

3333
## Acceptance Criteria
3434
<!-- AC:BEGIN -->
35-
- [ ] #1 Device selector dropdown in settings view lists available output devices
36-
- [ ] #2 Switching device preserves current playback position
37-
- [ ] #3 Selected device persisted in settings and restored on startup
38-
- [ ] #4 Falls back to default device if saved device unavailable
39-
- [ ] #5 New audio_list_devices and audio_set_device Tauri commands
40-
- [ ] #6 Rust unit tests for device enumeration and switching
41-
- [ ] #7 Playwright E2E test for device selector in settings
35+
- [x] #1 Device selector dropdown in settings view lists available output devices
36+
- [x] #2 Switching device preserves current playback position
37+
- [x] #3 Selected device persisted in settings and restored on startup
38+
- [x] #4 Falls back to default device if saved device unavailable
39+
- [x] #5 New audio_list_devices and audio_set_device Tauri commands
40+
- [x] #6 Rust unit tests for device enumeration and switching
41+
- [x] #7 Playwright E2E test for device selector in settings
4242
<!-- AC:END -->

0 commit comments

Comments
 (0)