Added the ability to purge/remove issues

This commit is contained in:
TidusJar 2018-09-27 13:17:39 +01:00
parent 6f02c38a20
commit dffd27d804
14 changed files with 200 additions and 4 deletions

View file

@ -14,5 +14,6 @@
public string RefreshMetadata { get; set; }
public string Newsletter { get; set; }
public string LidarrArtistSync { get; set; }
public string IssuesPurge { get; set; }
}
}