Skip to content

Commit

Permalink
update to latest lavasrc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Aug 12, 2023
1 parent 1a502ff commit b2484e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lavasrc.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ const (
)

type PlaylistInfo struct {
Type PlaylistType `json:"type"`
URL string `json:"url"`
ArtworkURL string `json:"artworkUrl"`
Author string `json:"author"`
Type PlaylistType `json:"type"`
URL string `json:"url"`
ArtworkURL string `json:"artworkUrl"`
Author string `json:"author"`
TotalTracks int `json:"totalTracks"`
}

type TrackInfo struct {
Expand Down

0 comments on commit b2484e9

Please sign in to comment.