release 0.4.1 #37

Merged
Seil0 merged 5 commits from develop into master 2021-03-13 22:19:30 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 0bb433b5cb - Show all commits

View File

@ -395,6 +395,7 @@ object AoDParser {
.ignoreContentType(true)
.cookies(sessionCookies)
.headers(headers)
.timeout(120000) // loading the playlist can take some time
.execute()
//Gson().fromJson(res.body(), AoDObject::class.java)