From 46ea45580c07ef7e314e4fd5e5c692eeaface372 Mon Sep 17 00:00:00 2001 From: aynakeya Date: Sat, 11 May 2024 11:02:47 +0800 Subject: [PATCH] update lyric --- template/current_full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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