properties should be reviewed to check if they should be made readonly
example @property (nonatomic, copy) NSString *title; of VLCMLMedia
setting the title here doesn't call the expected setter which is - (BOOL)updateTitle:(NSString *)title;
example @property (nonatomic, copy) NSString *title; of VLCMLMedia
setting the title here doesn't call the expected setter which is - (BOOL)updateTitle:(NSString *)title;
VideoLAN code repository instance