[vlc-commits] [Git][videolan/vlc][master] macosx: Respond to current item metadata changes in controls bar
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Mon Jul 21 13:24:22 UTC 2025
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
7697b36a by Claudio Cambra at 2025-07-21T12:37:51+00:00
macosx: Respond to current item metadata changes in controls bar
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/windows/controlsbar/VLCControlsBarCommon.m
Changes:
=====================================
modules/gui/macosx/windows/controlsbar/VLCControlsBarCommon.m
=====================================
@@ -103,6 +103,10 @@
selector:@selector(updatePlaybackControls:)
name:VLCPlayerCurrentMediaItemChanged
object:nil];
+ [notificationCenter addObserver:self
+ selector:@selector(updateCurrentItemDisplayControls:)
+ name:VLCPlayerMetadataChangedForCurrentMedia
+ object:nil];
[notificationCenter addObserver:self
selector:@selector(fullscreenStateUpdated:)
name:VLCPlayerFullscreenChanged
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7697b36abac930bf56bdb04d9b34e8355d68812e
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7697b36abac930bf56bdb04d9b34e8355d68812e
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list