Skip to content

HlsPlaylistParser: don't use java.lang.StringBuilder directly#2811

Merged
fire-light43 merged 1 commit into
recloudstream:masterfrom
Luna712:stringbuilder
May 21, 2026
Merged

HlsPlaylistParser: don't use java.lang.StringBuilder directly#2811
fire-light43 merged 1 commit into
recloudstream:masterfrom
Luna712:stringbuilder

Conversation

@Luna712
Copy link
Copy Markdown
Contributor

@Luna712 Luna712 commented May 20, 2026

Just using StringBuilder will allow it to use kotlin.text.StringBuilder from Kotlin instead, which it already does in some places, making using java.lang.StringBuilder in here very inconsistent with other parts of the same class.

Just using StringBuilder will allow it to use kotlin.text.StringBuilder from Kotlin instead, which it already does in some places, making using java.lang.StringBuilder in here very inconsistent with other parts of the same class.
@fire-light43 fire-light43 merged commit 72386cb into recloudstream:master May 21, 2026
2 checks passed
@Luna712 Luna712 deleted the stringbuilder branch May 21, 2026 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants