Commit d2be2ed
Fix playQueue() to handle summary items correctly
The Play Queue button was always calling startStreamFromQueue() without
checking the item type. Now it checks if the first item is a summary
and calls the appropriate function (startSummaryFromQueue or
startStreamFromQueue).
This matches the behavior of playNext() and clicking on individual
queue items.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 96f64cd commit d2be2ed
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
809 | | - | |
| 809 | + | |
810 | 810 | | |
811 | | - | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
812 | 818 | | |
813 | 819 | | |
814 | 820 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
0 commit comments