fixes #3
This commit is contained in:
parent
7d19f8af71
commit
3848ff086b
2 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@ func HandleDefaultFormatDownload(
|
|||
|
||||
mediaList := response.MediaList
|
||||
if len(mediaList) == 0 {
|
||||
return fmt.Errorf("no media found for content ID: %s", dlCtx.MatchedContentID)
|
||||
return nil
|
||||
}
|
||||
|
||||
for i := range mediaList {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue