|
@@ -216,7 +216,6 @@
|
|
|
|
|
|
- (void)updateViewContents
|
|
|
{
|
|
|
- NSLog(@"old count %i", _foundMedia.count);
|
|
|
if (_libraryMode == kVLCLibraryModeAllAlbums) {
|
|
|
NSArray *rawAlbums = [MLAlbum allAlbums];
|
|
|
_foundMedia = [[NSMutableArray alloc] init];
|
|
@@ -244,8 +243,6 @@
|
|
|
} else
|
|
|
_foundMedia = [NSMutableArray arrayWithArray:[MLFile allFiles]];
|
|
|
|
|
|
- NSLog(@"old count %i", _foundMedia.count);
|
|
|
-
|
|
|
[self reloadViews];
|
|
|
}
|
|
|
|