aboutsummaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
authorAnton Schubert2020-05-07 23:42:45 +0200
committerAnton Schubert2020-05-07 23:42:45 +0200
commit2947bf6f6ca270f3381e890af6192c68b2443c7d (patch)
treee699024a68aa2598516ddcea2b60406641764627 /view
parent262496ad0805b47c878fb9db13573c4588c3a3a7 (diff)
remove obsolete stereo flag
Diffstat (limited to 'view')
-rw-r--r--view/embed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/embed.php b/view/embed.php
index 97df148..2071c3a 100644
--- a/view/embed.php
+++ b/view/embed.php
@@ -8,7 +8,7 @@ if(!$room->hasEmbed())
$selection = $_GET['selection'];
$language = $_GET['language'];
-if ($language !== 'native' && $language !== 'stereo') {
+if ($language !== 'native') {
if (! $room->hasTranslation()) {
throw new NotFoundException('Not translated');
}