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