diff --git a/stremio-core-web/src/env.rs b/stremio-core-web/src/env.rs index 8242f643f..189543083 100644 --- a/stremio-core-web/src/env.rs +++ b/stremio-core-web/src/env.rs @@ -138,6 +138,7 @@ impl WebEnv { StreamSource::YouTube { .. } => "YouTube", StreamSource::Torrent { .. } => "Torrent", StreamSource::Rar { .. } => "Rar", + StreamSource::Zip7 { .. } => "7zip", StreamSource::Zip { .. } => "Zip", StreamSource::Nzb { .. } => "Nzb", StreamSource::External { .. } => "External",