Skip to content

qml: instantiate video models on demand

Pierre Lamot requested to merge chub/vlc:qml/video-model-on-demand into master

having the three models always present means that the data (at least the first chuck) is loaded 3 times, and will be reloaded 3 times every time a database event triggers a refresh of the model.

Merge request reports