Skip to content

Commit

Permalink
add feauture to use new genre from custom
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav committed Nov 25, 2023
1 parent e0b0a31 commit 08d787f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type ServerMusic struct {
Genre string `json:"genre"`
MaxRand int `json:"max_rand"`
NumIter int `json:"num_iter"`
IsVoice bool `json:"is_voice`
IsVoice bool `json:"is_voice`
}

func main() {
Expand Down

0 comments on commit 08d787f

Please sign in to comment.