New: automatically switch back to master if current branch is invalid

This commit is contained in:
Keivan Beigi
2014-10-28 16:48:37 -07:00
parent 95d67ef9f4
commit aa68faaf88
4 changed files with 27 additions and 2 deletions
@@ -11,5 +11,6 @@ namespace NzbDrone.Core.Update
public String Url { get; set; }
public UpdateChanges Changes { get; set; }
public String Hash { get; set; }
public String Branch { get; set; }
}
}