VLCSharedLibraryParser: Fix potential crash on unknown selector
Compare changes
@@ -35,10 +35,12 @@ NSString *const VLCSharedLibraryParserDeterminedNetserviceAsVLCInstance = @"VLCS
It was assumed that parsedContents was always an array of NSDictionnary.
This makes sure that the object is a NSDictionnary in order to avoid a potential crash.
Indeed in some rare cases, it seemed that the first object can be a NSString which leads to a crash with unknown selector.
VideoLAN code repository instance