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

Commit

Permalink
Merge branch 'development' of https://github.com/Stremio/stremio-core…
Browse files Browse the repository at this point in the history
…-web into feat/streaming-server-device-info
  • Loading branch information
tymmesyde committed Mar 25, 2024
2 parents e000f07 + 2e4076c commit 1567c60
Showing 1 changed file with 2 additions and 0 deletions.
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 1567c60

Please sign in to comment.