Skip to content

Commit

Permalink
feat(lyrics): disable lyricsovh as failing
Browse files Browse the repository at this point in the history
  • Loading branch information
streambinder committed Sep 12, 2023
1 parent 93817e7 commit 3ad4b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lyrics/lyricsovh.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type ovhResponse struct {
}

func init() {
composers = append(composers, &lyricsOvh{})
// composers = append(composers, &lyricsOvh{})
}

func (composer lyricsOvh) search(track *entity.Track, ctxs ...context.Context) ([]byte, error) {
Expand Down

0 comments on commit 3ad4b63

Please sign in to comment.