Skip to content
Snippets Groups Projects
Commit 72b71432 authored by Claudio Cambra's avatar Claudio Cambra Committed by Felix Paul Kühne
Browse files

macosx: Fix crash with hero view badly using just instantiated object's property


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 579b6c70
No related branches found
Tags 3.2.6
1 merge request!6134macosx: Fix crash caused by hero view
Pipeline #521416 passed with stages
in 23 minutes and 59 seconds
......@@ -199,7 +199,9 @@
return;
}
VLCLibraryRepresentedItem * const item = [[VLCLibraryRepresentedItem alloc] initWithItem:mediaItem parentType:item.parentType];
VLCLibraryRepresentedItem * const item =
[[VLCLibraryRepresentedItem alloc] initWithItem:mediaItem
parentType:self.representedItem.parentType];
self.representedItem = item;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment