[vlc-commits] [Git][videolan/vlc][master] macosx: add missing string in `VLCStatusNotifierView` prevent exception
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Jan 30 04:58:41 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
a90d03b0 by Serhii Bykov at 2026-01-30T04:58:28+00:00
macosx: add missing string in `VLCStatusNotifierView` prevent exception
- - - - -
1 changed file:
- modules/gui/macosx/views/VLCStatusNotifierView.m
Changes:
=====================================
modules/gui/macosx/views/VLCStatusNotifierView.m
=====================================
@@ -59,6 +59,7 @@ NSString * const VLCMessageTimeoutTimerUserInfoMessageKey = @"VLCMessageTimeoutT
_libraryItemsLoadedMessage = _NS("Library items loaded");
_discoveringMediaMessage = _NS("Discovering media");
_discoveryCompletedMessage = _NS("Media discovery completed");
+ _discoveryFailedMessage = _NS("Media discovery failed");
_activeTimers = NSMutableDictionary.dictionary;
self.label.stringValue = _NS("Idle");
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a90d03b0ea4008849b7b03006d33fcd84a4edade
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a90d03b0ea4008849b7b03006d33fcd84a4edade
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