[Play Counts] Commit play count edits to storage

Was calling commitEditing rather than commitPersistentStore, whoops.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
lastfm
Christopher Snowhill 2022-06-27 21:49:32 -07:00
parent 0515a63645
commit de43192453
1 changed files with 1 additions and 1 deletions

View File

@ -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 {