beginning of work to save queue to server

This commit is contained in:
Drew Weymouth
2024-04-16 17:26:46 -07:00
parent e99c867a39
commit 98a140791b
5 changed files with 39 additions and 7 deletions
+6
View File
@@ -133,6 +133,12 @@ type LyricLine struct {
Start float64 // seconds
}
type SavedPlayQueue struct {
Tracks []*Track
TrackPos int
TimePos int // seconds
}
type ContentType int
const (