[Play Counts] Commit play count edits to storage
Was calling commitEditing rather than commitPersistentStore, whoops. Signed-off-by: Christopher Snowhill <kode54@gmail.com>lastfm
parent
0515a63645
commit
de43192453
|
@ -265,7 +265,7 @@ static void *playlistControllerContext = &playlistControllerContext;
|
|||
pc.filename = pe.filenameFragment;
|
||||
}
|
||||
|
||||
[self commitEditing];
|
||||
[self commitPersistentStore];
|
||||
}
|
||||
|
||||
- (void)firstSawTrack:(PlaylistEntry *)pe {
|
||||
|
|
Loading…
Reference in New Issue