diff --git a/template/current_full.txt b/template/current_full.txt index 67ecf11..fa5bf5e 100644 --- a/template/current_full.txt +++ b/template/current_full.txt @@ -4,4 +4,4 @@ Album: {{ .Current.Album}} Username: {{ .Current.Username }} Progress(in seconds): {{.CurrentTime.TotalSeconds}} / {{.TotalTime.TotalSeconds}} Progress(in minutes:seconds): {{ .CurrentTime.Minutes}}:{{ .CurrentTime.Seconds}} / {{ .TotalTime.Minutes}}:{{ .TotalTime.Seconds}} -Lyric: {{.Lyric}} \ No newline at end of file +Lyric: {{ .Lyric}} \ No newline at end of file