1
0

MostListenedDateFormat was changed.

This commit is contained in:
Alexander Andreev 2023-10-08 04:08:27 +04:00
parent b9ecf9a3c6
commit 24ce8115e7
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -9,7 +9,7 @@ import (
"github.com/pkg/errors"
)
const MostListenedDateFormat string = "02 January 2006"
const MostListenedDateFormat string = "02 January 2006 at 15:04:05 MST"
// MostListenedSong holds a metadata for a most listened song.
type MostListenedSong struct {