Archived
1

Archive Project

This commit is contained in:
Kim Wittenburg
2017-07-25 16:38:32 +02:00
parent 6a132a51d0
commit 221b43e29f
62 changed files with 1206 additions and 28 deletions

1
iLyrics/MainController.m Normal file → Executable file
View File

@@ -126,6 +126,7 @@
}
- (IBAction)startNewSearch:(id)sender {
NSLog(@"New Search");
[self resetLoadedResults:sender];
if ([[searchField stringValue] length] > 0) {
for (id<LyricsHoster> hoster in [ilyrics lyricsHosters]) {