fixed redeclared Entity

This commit is contained in:
Philipp Wolfer 2023-12-10 15:19:11 +01:00
parent ba4825aae9
commit 788fa3828d
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B

View file

@ -34,13 +34,6 @@ const (
Loves Entity = "loves" Loves Entity = "loves"
) )
type Entity string
const (
Listens Entity = "listens"
Loves Entity = "loves"
)
type AdditionalInfo map[string]any type AdditionalInfo map[string]any
type Track struct { type Track struct {