Skip to content

Commit

Permalink
fix invalid rating error when rating is not available, such as in gam…
Browse files Browse the repository at this point in the history
…e mode
  • Loading branch information
DineshSolanki committed Oct 31, 2023
1 parent 6f79a44 commit ccc3215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FoliCon/Models/Data/ListItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public string Rating
}
else
{
throw new ArgumentException("Invalid rating value.");
SetProperty(ref _rating, value);
}
}
}
Expand Down

0 comments on commit ccc3215

Please sign in to comment.