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

2
iLyrics/iLyrics.m Normal file → Executable file
View File

@@ -34,7 +34,7 @@ iLyrics *ilyrics;
magistrix = [[Magistrix alloc] init];
songtexte = [[Songtexte alloc] init];
//mp3Lyrics = [[MP3Lyrics alloc] init];
lyricsHosters = [NSMutableArray arrayWithObjects:magistrix, songtexte, /*mp3Lyrics,*/ nil];
lyricsHosters = [NSMutableArray arrayWithObjects:/*magistrix, */songtexte, /*mp3Lyrics,*/ nil];
[self loadFromDefaults:[NSUserDefaults standardUserDefaults]];
}
return self;