akhilrex / podgrab

A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
GNU General Public License v3.0
1.62k stars 88 forks source link

Cannot download Episode Images with files (possible solution included) #191

Open cld4h opened 2 years ago

cld4h commented 2 years ago

In https://github.com/akhilrex/podgrab/blob/b9fee7d560fe67a7bc6d4d80a521919402c11ace/db/dbfunctions.go#L209

I changed

Where("local_image is ?", nil)

to

Where("local_image is ?", "")

and solved this problem.