diff --git a/convert.go b/convert.go index 261cd7c..6ab2db3 100644 --- a/convert.go +++ b/convert.go @@ -172,8 +172,8 @@ func main() { // print out information at the header fmt.Fprintln(w, "") - fmt.Fprintln(w, "dtam playlist") - fmt.Fprintln(w, "" + strconv.Itoa(len(playlist_tracks)) + " tracks (Last updated: " + currentTime.Format("Jan 02, 2006") + ")") + fmt.Fprintln(w, "dtam playlist") + fmt.Fprintln(w, "" + strconv.Itoa(len(playlist_tracks)) + " tracks (Last updated: " + currentTime.Format("Jan 02, 2006") + ")") fmt.Fprintln(w, "https://dtam.pw/music/empty.m4a") fmt.Fprintln(w, "")