Archived
1

Re-Commit after Time Machine restore

This commit is contained in:
Kim Wittenburg
2012-06-18 23:41:56 +02:00
parent 2567253ed1
commit 98b0e70a8b
22 changed files with 28 additions and 359 deletions

View File

@@ -216,4 +216,5 @@ typedef enum {
NSString *lyrics = [self stringByRemovingHTMLTags:[page substringWithRange:NSMakeRange(lyricsStart, lyricsEnd-lyricsStart)]];
return lyrics;
}
@end