[Playlist Storage] Properly force migration
Old version users needed this, but it wasn't performed correctly. Signed-off-by: Christopher Snowhill <kode54@gmail.com>xcode15
parent
a5e6988af6
commit
faa546bc49
|
@ -926,6 +926,10 @@ NSURL *_Nullable urlForPath(NSString *_Nullable path);
|
|||
[playlistController readQueueFromDataStore];
|
||||
[playlistController readShuffleListFromDataStore];
|
||||
|
||||
if(!dataMigrated && [results count]) {
|
||||
[self performSelectorInBackground:@selector(loadInfoForEntries:) withObject:results];
|
||||
}
|
||||
|
||||
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"metadataMigrated"];
|
||||
|
||||
return YES;
|
||||
|
|
Loading…
Reference in New Issue