Fix FreshRSS items ids parsing

This commit is contained in:
Shinokuni 2020-12-18 18:16:23 +01:00
parent daca5ff4c8
commit 009dda1d00
2 changed files with 9 additions and 1 deletions

View File

@ -40,6 +40,13 @@ class FreshRSSItemsIdsAdapter : JsonAdapter<List<String>>() {
} }
endArray() endArray()
// skip continuation
if (hasNext()) {
skipName()
skipValue()
}
endObject() endObject()
ids ids

View File

@ -15,5 +15,6 @@
{ {
"id": "1603907200327551" "id": "1603907200327551"
} }
] ],
"continuation": 1600675234695337
} }