mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-16 01:59:29 +02:00
fixed redeclared Entity
This commit is contained in:
parent
ba4825aae9
commit
788fa3828d
1 changed files with 0 additions and 7 deletions
|
@ -34,13 +34,6 @@ const (
|
|||
Loves Entity = "loves"
|
||||
)
|
||||
|
||||
type Entity string
|
||||
|
||||
const (
|
||||
Listens Entity = "listens"
|
||||
Loves Entity = "loves"
|
||||
)
|
||||
|
||||
type AdditionalInfo map[string]any
|
||||
|
||||
type Track struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue