Archived
1

Added "Show in Browser" functionality

This commit is contained in:
Kim Wittenburg
2012-06-17 22:24:54 +02:00
parent cf3b960d85
commit 1295f22371
7 changed files with 252 additions and 34 deletions

View File

@@ -29,7 +29,7 @@ AutoLyrics *instace;
-(id)init {
enabled = NO;
replaceOldLyrics = NO;
[self setInterval:5];
[self setInterval:30];
return [super init];
}