|
@@ -42,11 +42,11 @@
|
|
/* For the @"media" key */
|
|
/* For the @"media" key */
|
|
- (int) countOfMedia
|
|
- (int) countOfMedia
|
|
{
|
|
{
|
|
- return [self count];
|
|
|
|
|
|
+ return [cachedMedia count];
|
|
}
|
|
}
|
|
- (id) objectInMediaAtIndex:(int)i
|
|
- (id) objectInMediaAtIndex:(int)i
|
|
{
|
|
{
|
|
- return [self mediaAtIndex:i];
|
|
|
|
|
|
+ return [cachedMedia objectAtIndex:i];
|
|
}
|
|
}
|
|
@end
|
|
@end
|
|
|
|
|