[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:
Christopher Snowhill 2022-06-27 21:49:32 -07:00
parent 0515a63645
commit de43192453

View file

@ -265,7 +265,7 @@ static void *playlistControllerContext = &playlistControllerContext;
pc.filename = pe.filenameFragment;
}
[self commitEditing];
[self commitPersistentStore];
}
- (void)firstSawTrack:(PlaylistEntry *)pe {