|
@@ -849,6 +849,8 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ [collectionView deselectItemAtIndexPath:indexPath animated:NO];
|
|
|
|
+
|
|
for (NSUInteger x = 0; x < cellCount; x++) {
|
|
for (NSUInteger x = 0; x < cellCount; x++) {
|
|
VLCPlaylistCollectionViewCell *cell = visibleCells[x];
|
|
VLCPlaylistCollectionViewCell *cell = visibleCells[x];
|
|
if ([cell showsMetaData])
|
|
if ([cell showsMetaData])
|