Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

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
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.