sync.tasks.download_media_metadata not mapped
I noticed that my scheduled tasks on the dashboard and tasks page disagreed. So, I tracked it down to these tasks that have errors.
The error is because they are "members only" videos (#584).
https://github.com/meeb/tubesync/blob/52865cb5b4cb25d29f211e83f987b0b925914862/tubesync/sync/tasks.py#L41-L53 @meeb My question is: Why is this task not in the map?
I've just added pull request to fix #584 which adds the sync.tasks.download_media_metadata to the map
@RichardHyde I've just reviewed two of your recent pull requests. Thanks for your contributions!
Not having these mapped was likely relevant for #257 as that issue was also about the dashboard and tasks page not agreeing about the number of tasks.