Updated delegation system to account for custom headers

This commit is contained in:
Jobobby04
2020-08-19 18:19:22 -04:00
parent aff15b3ee2
commit 9efb1482f9
3 changed files with 12 additions and 2 deletions
@@ -99,6 +99,11 @@ abstract class DelegatedHttpSource(val delegate: HttpSource) : HttpSource() {
*/
override val baseUrl get() = delegate.baseUrl
/**
* Headers used for requests.
*/
override val headers get() = delegate.headers
/**
* Whether the source has support for latest updates.
*/