Fix shutdown action so it removes the playlist filter before saving the playlist

CQTexperiment
Christopher Snowhill 2021-04-09 11:09:18 -07:00
parent d51ca224f5
commit cadb54b454
1 changed files with 2 additions and 0 deletions

View File

@ -349,6 +349,8 @@ void* kAppControllerContext = &kAppControllerContext;
{
[fileManager createDirectoryAtPath: folder withIntermediateDirectories:NO attributes:nil error:nil];
}
[playlistController clearFilterPredicate:self];
NSString * fileName = @"Default.xml";