diff --git a/AppController.m b/AppController.m index 162257423..ca84b795b 100644 --- a/AppController.m +++ b/AppController.m @@ -60,6 +60,7 @@ [infoButton setToolTip:@"Information on the selected file."]; [shuffleButton setToolTip:@"Shuffle mode"]; [repeatButton setToolTip:@"Repeat mode"]; + NSString *filename = @"~/Library/Application Support/Cog/Default.playlist"; [playlistController loadPlaylist:[filename stringByExpandingTildeInPath]];