You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A metadata download object returned from the API module will not return the followed_by list, even after completion, even with download.live and download.update() methods, for example:
Is this expected behaviour? I was under the impression that the Download.live and Download.update() methods would ideally return the updated followed_by list.
The text was updated successfully, but these errors were encountered:
A metadata download object returned from the API module will not return the
followed_by
list, even after completion, even withdownload.live
anddownload.update()
methods, for example:Will always return
[]
However, the following will return the correct followed_by download objects:
Is this expected behaviour? I was under the impression that the
Download.live
andDownload.update()
methods would ideally return the updatedfollowed_by
list.The text was updated successfully, but these errors were encountered: