endlessm / kolibri-explore-plugin

The kolibri plugin to add the custom channel representation
MIT License
1 stars 4 forks source link

Skip downloading when all content available #899

Closed dbnicholson closed 10 months ago

dbnicholson commented 10 months ago

This allows completing the downloader offline when all content is available by skipping unnecessary channel imports. Otherwise, Kolibri will always tries to import channels in case the remote version has been updated. We don't need that since the desired channel version is specified in the starter pack.

This is on top of #897, which allowed me to confirm it would work and catch a couple bugs I would have otherwise missed.

Fixes: #890

dbnicholson commented 10 months ago

897 was merged, so I rebased this on master. Ready for review now.