This commit is contained in:
Sofie 2024-02-18 18:09:53 +07:00
parent a502c103b4
commit 33509eb7b8

View file

@ -58,7 +58,7 @@ class Megacloud : Rabbitstream() {
} catch (e: NumberFormatException) { } catch (e: NumberFormatException) {
emptyList() emptyList()
} }
} }.filter { it.isNotEmpty() }
return indexPairs return indexPairs
} }