Skip to content

qt: ensure network models aren't as cachable too early

Pierre Lamot requested to merge chub/vlc:qt/network-model-cachestate into master

most network models are loaded asynchronously, if the cache is built right after the model initialization, data isn't loaded yet and the first model version is built on an empty list, which can lead to a transitory state where the view assumes it's not loading anymore and that no data is present

Merge request reports