Fix for playlist->clear.
parent
bd488d0f2c
commit
058feed386
|
@ -432,7 +432,13 @@
|
|||
|
||||
- (IBAction)clear:(id)sender
|
||||
{
|
||||
[currentEntry setIndex:[NSNumber numberWithInt:-1]];
|
||||
|
||||
[self removeObjects:[self content]];
|
||||
[self updateTotalTime];
|
||||
|
||||
if (shuffle == YES)
|
||||
[self resetShuffleList];
|
||||
}
|
||||
|
||||
- (IBAction)clearFilterPredicate:(id)sender
|
||||
|
|
Loading…
Reference in New Issue