Commit 1609af14 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

VLCKit: isPreparsed doesn't exists anymore.

parent 7b5b08e3
......@@ -295,7 +295,7 @@ static void HandleMediaSubItemAdded(const libvlc_event_t * event, void * self)
[self length];
// wait until we are preparsed
while (!length && ![self isPreparsed] && [aDate timeIntervalSinceNow] > 0)
while (!length && ![self isParsed] && [aDate timeIntervalSinceNow] > 0)
{
usleep( thread_sleep );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment