set timeout for laoding the playlist to 120 seconds

fixes #36
This commit is contained in:
Jannik 2021-03-13 22:08:53 +01:00
parent b05ecf64a6
commit 0bb433b5cb
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 1 additions and 0 deletions

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)