summaryrefslogtreecommitdiff
path: root/src/playlist
AgeCommit message (Collapse)Author
2023-12-07Remove pre-iterator conceptsjacqueline
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
2023-11-23Implement adding to the playback queue from luajacqueline
2023-10-20Don't crash if the current track source encounters a record with no idjacqueline
This *shouldn't* normally happen, but it's not worth crashing over.
2023-10-18Add better controls for queue manipulationjacqueline
2023-10-13Remove templating of Continuationjacqueline
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-07-17Basic playlists for upcomingjacqueline
Beware under-testing and bugs. Just getting something barebones in so that I can do rN+1 bringup