Files are seekable!
This commit is contained in:
parent
7d6c8fc6f5
commit
ea4eb96c2a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
- (BOOL)seekable
|
- (BOOL)seekable
|
||||||
{
|
{
|
||||||
return NO;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL)seek:(long)position whence:(int)whence
|
- (BOOL)seek:(long)position whence:(int)whence
|
||||||
|
|
Loading…
Reference in a new issue