[vlc-commits] [Git][videolan/vlc][master] qml: fix empty duration column in video list
Hugo Beauzée-Luyssen
gitlab at videolan.org
Sat May 8 12:40:35 UTC 2021
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.
More information about the vlc-commits
mailing list