fix: various bugs and general code improvements

This commit is contained in:
2026-02-28 16:18:50 +01:00
parent 2fea9a79df
commit fcae48753b
6 changed files with 68 additions and 47 deletions

View File

@@ -20,8 +20,7 @@ type SongLinkResponse struct {
}
type LinksByPlatform struct {
Deezer *LinkByPlatform `json:"deezer,omitempty"`
Tidal *LinkByPlatform `json:"tidal,omitempty"`
Tidal *LinkByPlatform `json:"tidal,omitempty"`
}
type LinkByPlatform struct {