Skip to content

Feature vimeo hls support#12

Merged
yogeshbhagatcode merged 2 commits into
sherab-devfrom
feature-vimeo-hls-support
Oct 14, 2025
Merged

Feature vimeo hls support#12
yogeshbhagatcode merged 2 commits into
sherab-devfrom
feature-vimeo-hls-support

Conversation

@yogeshbhagatcode

Copy link
Copy Markdown
Collaborator

No description provided.

@yogeshbhagatcode yogeshbhagatcode self-assigned this Oct 14, 2025
@yogeshbhagatcode yogeshbhagatcode merged commit 3fad5b2 into sherab-dev Oct 14, 2025
1 of 4 checks passed
return try {
if (trimmed.startsWith("http://", ignoreCase = true)) {
trimmed.replaceFirst("http://", "https://", ignoreCase = true)
} else trimmed

Check warning

Code scanning / detekt

Detects multiline if-else statements without braces Warning

Missing { ... }
if (trimmed.startsWith("http://", ignoreCase = true)) {
trimmed.replaceFirst("http://", "https://", ignoreCase = true)
} else trimmed
} catch (e: Exception) {

Check warning

Code scanning / detekt

The caught exception is swallowed. The original exception could be lost. Warning

The caught exception is swallowed. The original exception could be lost.
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