0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 04:12:14 +02:00

Fetch future mediathek shows #177

This commit is contained in:
Christine Coenen 2021-10-23 21:27:49 +02:00
parent c9508f18a1
commit 59e50b592f

View File

@ -14,7 +14,7 @@ class QueryRequest : Serializable {
private val sortOrder: String = "desc"
@Suppress("unused")
private val future: Boolean = false
private val future: Boolean = true
var offset: Int = 0
var size: Int = 30