Skip to content

Commit

Permalink
Fix crash when torrents are in 'error' state
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudman committed Oct 22, 2016
1 parent 6479d8f commit b673e7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libdelugeclient-sharp/State.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ namespace CodeRinseRepeat.Deluge
public enum State {
Seeding,
Paused,
Downloading
Downloading,
Error
}
}

0 comments on commit b673e7e

Please sign in to comment.