diff options
Diffstat (limited to 'cmd/score.go')
-rw-r--r-- | cmd/score.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/score.go b/cmd/score.go index 15a1e03..cca3364 100644 --- a/cmd/score.go +++ b/cmd/score.go @@ -110,7 +110,7 @@ func setMangaScore(scoreInput int, searchInput string) { } if scoreInput < 0 { - ui.ScoreInput(manga.Id, selectedManga.MyListStatus.Score, manga.Title, false) + ui.ScoreInput(manga.Id, selectedManga.MyListStatus.Score, manga.Title, true) } else { resp := mal.SetAnimeScore(manga.Id, scoreInput) fmt.Println(ui.CreateScoreUpdateConfirmationMessage(manga.Title, currentScore, resp.Score)) |