Revert intentional typo

This commit is contained in:
Jaex 2017-03-28 17:09:42 +03:00
parent 3700fc30d6
commit 3aac2b1b33

View file

@ -232,7 +232,7 @@ private void WaitForTranscode(string name, UploadResult result)
result.URL = "https://gfycat.com/" + response.GfyName; result.URL = "https://gfycat.com/" + response.GfyName;
break; break;
} }
else if (response.Task == "NotFound" && iterations > 10) else if (response.Task == "NotFoundo" && iterations > 10)
{ {
Errors.Add("Gfy not found"); Errors.Add("Gfy not found");
result.IsSuccess = false; result.IsSuccess = false;