Debug Icecast 2.
This commit is contained in:
parent
f756cedae7
commit
65212103a3
@ -76,7 +76,7 @@ func IcecastLastPlayedSongs(lastNSongs int, playlistPath string) []Song {
|
|||||||
}
|
}
|
||||||
|
|
||||||
songs_ := strings.Split(string(out), "\n")
|
songs_ := strings.Split(string(out), "\n")
|
||||||
log.Println("songs_ =", len(songs_))
|
log.Println("songs_ =", len(songs_), songs_[0])
|
||||||
|
|
||||||
for _, song := range songs_ {
|
for _, song := range songs_ {
|
||||||
ts := strings.Split(song, "|")
|
ts := strings.Split(song, "|")
|
||||||
|
Loading…
Reference in New Issue
Block a user