Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: The url output by the list_operator is null
The url can be output in the first or last data obtained by list_operator. After reference, url is not a field of File model, but a field processed by self.generate_url(). However, the code uses the direct output of remote_url, which is often an incomplete field or null, so it is more reasonable to replace it with a field generated by generate_url()
- Loading branch information