refactor: Silence unused Version param warning

commitlint
Robert Dailey 2 years ago
parent 2ed8bdb55e
commit 3df3bc869e

@ -1,5 +1,9 @@
namespace TrashLib.Services.Radarr;
// ReSharper disable once NotAccessedPositionalProperty.Global
//
// May get used one day; keep the parameter around so that calling
// code does not need to be changed later.
public record RadarrCapabilities(Version Version)
{
public RadarrCapabilities() : this(new Version())

Loading…
Cancel
Save