mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-05 21:13:45 +01:00
https download URLs did not work correctly
This commit is contained in:
parent
05c62ca32f
commit
0a7ceec644
@ -412,7 +412,8 @@ public class DownloadService extends Service {
|
||||
}
|
||||
|
||||
private Downloader getDownloader(DownloadRequest request) {
|
||||
if (URLUtil.isHttpUrl(request.getSource())) {
|
||||
if (URLUtil.isHttpUrl(request.getSource())
|
||||
|| URLUtil.isHttpsUrl(request.getSource())) {
|
||||
return new HttpDownloader(request);
|
||||
}
|
||||
Log.e(TAG,
|
||||
|
Loading…
x
Reference in New Issue
Block a user