[vlc-commits] [Git][videolan/vlc][master] macosx: Fix album duration type

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Thu Aug 6 21:42:14 UTC 2026



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
d6b602b3 by Claudio Cambra at 2026-08-06T23:09:19+02:00
macosx: Fix album duration type

Signed-off-by: Claudio Cambra <developer at claudiocambra.com>

- - - - -


1 changed file:

- modules/gui/macosx/library/VLCLibraryDataTypes.h


Changes:

=====================================
modules/gui/macosx/library/VLCLibraryDataTypes.h
=====================================
@@ -200,7 +200,7 @@ typedef NS_ENUM(NSUInteger, VLCMediaLibraryParentGroupType) {
 @property (readonly) NSString *artistName;
 @property (readonly) NSString *genreString; // Lazy loaded for performance
 @property (readonly) int64_t artistID;
- at property (readonly) unsigned int duration;
+ at property (readonly) int64_t duration;
 @property (readonly) unsigned int year;
 
 @end



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d6b602b3c1207e5780a0f7b81a99a1854fc0c957

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d6b602b3c1207e5780a0f7b81a99a1854fc0c957
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list