Fix for playlist->clear.
This commit is contained in:
parent
bd488d0f2c
commit
058feed386
1 changed files with 6 additions and 0 deletions
|
@ -432,7 +432,13 @@
|
||||||
|
|
||||||
- (IBAction)clear:(id)sender
|
- (IBAction)clear:(id)sender
|
||||||
{
|
{
|
||||||
|
[currentEntry setIndex:[NSNumber numberWithInt:-1]];
|
||||||
|
|
||||||
[self removeObjects:[self content]];
|
[self removeObjects:[self content]];
|
||||||
|
[self updateTotalTime];
|
||||||
|
|
||||||
|
if (shuffle == YES)
|
||||||
|
[self resetShuffleList];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (IBAction)clearFilterPredicate:(id)sender
|
- (IBAction)clearFilterPredicate:(id)sender
|
||||||
|
|
Loading…
Reference in a new issue