Archive Project
This commit is contained in:
2
iLyrics/iLyrics.m
Normal file → Executable file
2
iLyrics/iLyrics.m
Normal file → Executable 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;
|
||||
|
||||
Reference in New Issue
Block a user