Skip to content

Commit

Permalink
fixed status code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwestendorf committed Feb 14, 2012
1 parent f46624c commit 7504aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file not shown.
3 changes: 2 additions & 1 deletion Thumper/Classes/Subsonic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,8 @@ def get_now_playing(delegate, method)
end

def connection(connection, didReceiveResponse:response)
if response.statusCode == 200..300
case response.statusCode
when 200..300
@conn.cancel
#NSLog "Canceled KilledResposne"
else
Expand Down

0 comments on commit 7504aac

Please sign in to comment.