-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Download: Request all thumbnails for channel
In order to provide a rich display of unavailable content, thumbnails for the missing content are desired. After the initial starter pack download has completed, queue up tasks to download all missing content thumbnails in the background. This uses a new `all_thumbnails` option for the `remotecontentimport` Kolibri task added after 0.16.0-alpha14. The option is ignored on older releases. This introduces a new `FOREGROUND_COMPLETED` stage in for the download manager. It has no tasks in it, but it separates the foreground tasks from the background tasks. Once `FOREGROUND_COMPLETED` has been reached, progress is reported to the frontend as complete and the remaining tasks will be enqueued in the background without any interaction from the frontend. Fixes: #549
- Loading branch information
1 parent
8d01030
commit 5a2d5f8
Showing
1 changed file
with
60 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters