You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method "PluginController - (NSString *) lyricsForCurrentSong:(BOOL)checkOnline" is called twice when the plugin updates the lyrics view. Combined with various other script calls that should be cached, this causes major slowdowns.It also seems to be the root cause of iTunes 10.0.1 incompatibility and the thread locks that have been reported.
The text was updated successfully, but these errors were encountered:
The method "PluginController - (NSString *) lyricsForCurrentSong:(BOOL)checkOnline" is called twice when the plugin updates the lyrics view. Combined with various other script calls that should be cached, this causes major slowdowns.It also seems to be the root cause of iTunes 10.0.1 incompatibility and the thread locks that have been reported.
The text was updated successfully, but these errors were encountered: