1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Fixed: All compiler warnings

This commit is contained in:
ta264
2019-10-14 22:07:40 +01:00
committed by Qstick
parent abde842bf0
commit d0f13e16d5
30 changed files with 42 additions and 87 deletions
@@ -21,6 +21,5 @@ namespace NzbDrone.Core.NetImport
public LazyLoaded<Profile> Profile { get; set; }
public string RootFolderPath { get; set; }
public override bool Enable => Enabled;
public HashSet<int> Tags { get; set; }
}
}