Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits: ddf748ac by Prince Gupta at 2021-05-08T11:48:22+00:00 qml: fix empty duration column in video list - - - - - 1 changed file: - modules/gui/qt/medialibrary/qml/VideoListDisplay.qml Changes: ===================================== modules/gui/qt/medialibrary/qml/VideoListDisplay.qml ===================================== @@ -66,7 +66,7 @@ MainInterface.MainTableView { text: i18n.qtr("Title") }, { - criteria: "duration_short", + criteria: "duration", width: VLCStyle.colWidth(1), View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ddf748ac30fedb1430e173fc7c0460937437df61 -- View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ddf748ac30fedb1430e173fc7c0460937437df61 You're receiving this email because of your account on code.videolan.org.
_______________________________________________ vlc-commits mailing list vlc-commits@videolan.org https://mailman.videolan.org/listinfo/vlc-commits