mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -4,7 +4,7 @@ namespace NzbDrone.Core.Update
|
||||
{
|
||||
public class UpdatePackageAvailable
|
||||
{
|
||||
public Boolean Available { get; set; }
|
||||
public bool Available { get; set; }
|
||||
public UpdatePackage UpdatePackage { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user