[Play Counts] Commit play count edits to storage
Was calling commitEditing rather than commitPersistentStore, whoops. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
0515a63645
commit
de43192453
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ static void *playlistControllerContext = &playlistControllerContext;
|
||||||
pc.filename = pe.filenameFragment;
|
pc.filename = pe.filenameFragment;
|
||||||
}
|
}
|
||||||
|
|
||||||
[self commitEditing];
|
[self commitPersistentStore];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)firstSawTrack:(PlaylistEntry *)pe {
|
- (void)firstSawTrack:(PlaylistEntry *)pe {
|
||||||
|
|
Loading…
Reference in a new issue