feat: theoWeb

This commit is contained in:
2025-12-04 16:28:52 +01:00
parent 0fab276d3e
commit 8c6cc50dcb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const Playback = ({ route, navigation }) => {
const handleCloseIntro = () => {
if (showIntro === benhaiUrl) {
setShowIntro(videos.theo);
setShowIntro(isWeb ? videos?.theoWeb : videos?.theo);
} else {
setShowIntro(null);
}