From de4319245391bbe5fb9cc1a5d0b7f09b42f50051 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Mon, 27 Jun 2022 21:49:32 -0700 Subject: [PATCH] [Play Counts] Commit play count edits to storage Was calling commitEditing rather than commitPersistentStore, whoops. Signed-off-by: Christopher Snowhill --- Playlist/PlaylistController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Playlist/PlaylistController.m b/Playlist/PlaylistController.m index 6b396ea7e..c39f9a214 100644 --- a/Playlist/PlaylistController.m +++ b/Playlist/PlaylistController.m @@ -265,7 +265,7 @@ static void *playlistControllerContext = &playlistControllerContext; pc.filename = pe.filenameFragment; } - [self commitEditing]; + [self commitPersistentStore]; } - (void)firstSawTrack:(PlaylistEntry *)pe {