Skip to content

Commit 2ee6798

Browse files
committed
update to actual
1 parent 79f4f71 commit 2ee6798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/org/schabi/newpipe

app/src/main/java/org/schabi/newpipe/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ open class App :
136136
}.build()
137137

138138
protected open fun getDownloader(): Downloader {
139-
val downloader = DownloaderImpl.init(null)
139+
val downloader = DownloaderImpl.init(null, this)
140140
setCookiesToDownloader(downloader)
141141
return downloader
142142
}

0 commit comments

Comments
 (0)