macosx: Fix detection of current media item changes
We were previously relying primarily on a VLCPlaylistCurrentItemChanged
notification which was misleadingly named and actually notified current playlist item index changes. Using the VLCPlayerCurrentMediaItemChanged
notification instead fixes all issues. This MR also renames the misleading notification.
After fix:
Screen_Recording_2023-04-10_at_21.44.57
Before fix:
Screen_Recording_2023-04-10_at_21.46.41
Signed-off-by: Claudio Cambra developer@claudiocambra.com