fix preview flicker in listView

This commit is contained in:
j 2016-01-17 15:03:21 +05:30
parent 27e850498e
commit bbcde89946
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ oml.ui.listView = function() {
query: ui.find
}), callback);
},
keys: ['mediastate'],
keys: ['coverRatio', 'mediastate', 'previewRatio'],
scrollbarVisible: true,
selected: ui.listSelection,
sort: ui.listSort,
@ -58,4 +58,4 @@ oml.ui.listView = function() {
return that;
};
};