1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Backup before update

This commit is contained in:
Mark McDowall
2014-07-09 18:51:01 -07:00
parent 65e4de7441
commit 140427c76e
2 changed files with 9 additions and 1 deletions
@@ -39,5 +39,6 @@ namespace NzbDrone.Api.Indexers
public Boolean IsDaily { get; set; }
public Boolean IsAbsoluteNumbering { get; set; }
public Boolean IsPossibleSpecialEpisode { get; set; }
public Boolean Special { get; set; }
}
}