Skip to content

Skip redownloading assets if files exist

Christoph Thelen requested to merge feature_offline into staging

This is a quick solution for using the router in offline mode, because the previous code would keep redownloading all assets. In offline mode, this will not work.

Merge request reports