diff --git a/FoliCon/Models/Data/ListItem.cs b/FoliCon/Models/Data/ListItem.cs index c7283b8c..b820b9d9 100644 --- a/FoliCon/Models/Data/ListItem.cs +++ b/FoliCon/Models/Data/ListItem.cs @@ -38,7 +38,7 @@ public string Rating } else { - throw new ArgumentException("Invalid rating value."); + SetProperty(ref _rating, value); } } }