Archived
1

-Fixed a search bug: Returned false results when having a & in query

-Added Functionality: Send Lyrics to matching iTunes Tracks
This commit is contained in:
Kim Wittenburg
2012-06-26 11:17:05 +02:00
parent 41b1ef775c
commit 6a132a51d0
8 changed files with 438 additions and 79 deletions

View File

@@ -27,6 +27,8 @@
- (IBAction)resetLoadedResults:(id)sender;
- (IBAction)lyricsSelectionChanged:(NSOutlineView *)sender;
- (IBAction)sendLyricsToiTunes:(id)sender;
- (IBAction)sendLyricsToCurrentiTunesTrack:(id)sender;
- (IBAction)sendLyricsToTracksMatchingTrack:(id)sender;
- (IBAction)downloadLyrics:(id)sender;
- (IBAction)showLyricsInBrowser:(id)sender;
- (IBAction)showiLyricsWindow:(id)sender;