fix: filter non-m3u8 streams

This commit is contained in:
2025-05-14 12:53:31 +01:00
parent f5a03d756b
commit f094569ed4
2 changed files with 9 additions and 11 deletions

View File

@ -365,4 +365,4 @@ String encodeBech32TLV(String hrp, List<TLV> tlvs) {
} catch (e) {
throw FormatException('Failed to encode Bech32 or TLV: $e');
}
}
}