Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from Stremio/feat/add-streaming-source-rar-an…
Browse files Browse the repository at this point in the history
…d-zip-urls

Feat/add streaming source rar and zip urls
  • Loading branch information
tymmesyde authored Mar 25, 2024
2 parents e9d46a4 + a5ff3bb commit 2e4076c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ impl WebEnv {
StreamSource::Url { .. } => "Url",
StreamSource::YouTube { .. } => "YouTube",
StreamSource::Torrent { .. } => "Torrent",
StreamSource::Rar { .. } => "Rar",
StreamSource::Zip { .. } => "Zip",
StreamSource::External { .. } => "External",
StreamSource::PlayerFrame { .. } => "PlayerFrame"
}
Expand Down

0 comments on commit 2e4076c

Please sign in to comment.