Fix FreshRSS items ids parsing
This commit is contained in:
parent
daca5ff4c8
commit
009dda1d00
@ -40,6 +40,13 @@ class FreshRSSItemsIdsAdapter : JsonAdapter<List<String>>() {
|
||||
}
|
||||
|
||||
endArray()
|
||||
|
||||
// skip continuation
|
||||
if (hasNext()) {
|
||||
skipName()
|
||||
skipValue()
|
||||
}
|
||||
|
||||
endObject()
|
||||
|
||||
ids
|
||||
|
@ -15,5 +15,6 @@
|
||||
{
|
||||
"id": "1603907200327551"
|
||||
}
|
||||
]
|
||||
],
|
||||
"continuation": 1600675234695337
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user