Skip to content
Snippets Groups Projects

qml: fix empty duration column in video list

Merged Prince Gupta requested to merge jagannatharjun/vlc:videolist-fix into master
@@ -66,7 +66,7 @@ MainInterface.MainTableView {
text: i18n.qtr("Title")
}, {
criteria: "duration_short",
criteria: "duration",
width: VLCStyle.colWidth(1),
Loading