Fix for playlist scrolling even if song is in view. This might break something I haven't thought of.
parent
2320039745
commit
c6640cc3f5
Playlist
|
@ -567,7 +567,7 @@
|
||||||
pe.status = kCogEntryPlaying;
|
pe.status = kCogEntryPlaying;
|
||||||
[pe setStatusMessage:@"Playing..."];
|
[pe setStatusMessage:@"Playing..."];
|
||||||
|
|
||||||
[tableView scrollRowToVisible:pe.index];
|
//[tableView scrollRowToVisible:pe.index];
|
||||||
|
|
||||||
[pe retain];
|
[pe retain];
|
||||||
[currentEntry release];
|
[currentEntry release];
|
||||||
|
|
Loading…
Reference in New Issue