Skip to content

Commit

Permalink
macosx: Fix representedInputItems setter in library menu controller
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra authored and fkuehne committed Jul 13, 2024
1 parent 40dd4f3 commit 6c6dac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gui/macosx/library/VLCLibraryMenuController.m
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ - (void)setRepresentedItems:(NSArray<VLCLibraryRepresentedItem *> *)items
[self updateMenuItems];
}

- (void)setRepresentedInputItem:(NSArray<VLCInputItem *> *)representedInputItems
- (void)setRepresentedInputItems:(NSArray<VLCInputItem *> *)representedInputItems
{
_representedInputItems = representedInputItems;
_representedItems = nil;
Expand Down

0 comments on commit 6c6dac1

Please sign in to comment.