Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Forgot to remove getName call
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkypumpkin committed Oct 19, 2014
1 parent 39b3481 commit e0cda05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GetCurrentWebpage.m
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ + (Programme *)getCurrentWebpage:(LogController *)logger
Programme *newProg = [[Programme alloc] initWithLogController:logger];
[newProg setValue:pid forKey:@"pid"];
if (newShowName) [newProg setShowName:newShowName];
[newProg getName];
newProg.status = @"Processing...";
[newProg performSelectorInBackground:@selector(getName) withObject:nil];
return newProg;
Expand Down

0 comments on commit e0cda05

Please sign in to comment.