|
@@ -421,7 +421,7 @@ -(void)addRecentAlbumWithAlbumId:(NSNotification *)notification |
|
|
// Update list |
|
|
[Model sharedInstance].recentCategories = [newList componentsJoinedByString:@","]; |
|
|
[[Model sharedInstance] saveToDisk]; |
|
|
NSLog(@"•••> Recent albums: %@ (max: %ld)", [Model sharedInstance].recentCategories, [Model sharedInstance].maxNberRecentCategories); |
|
|
// NSLog(@"•••> Recent albums: %@ (max: %ld)", [Model sharedInstance].recentCategories, [Model sharedInstance].maxNberRecentCategories); |
|
|
} |
|
|
|
|
|
-(void)removeRecentAlbumWithAlbumId:(NSNotification *)notification |
|
|
0 comments on commit
29a5e45