Update revivetube.py

This commit is contained in:
TheErrorExe 2024-12-05 18:33:46 +01:00 committed by GitHub
parent f2b69ff8ac
commit 2ecd4a2eaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,7 +164,7 @@ def watch():
# User-Agent prüfen
user_agent = request.headers.get("User-Agent", "").lower()
is_wii = "wii" in user_agent
is_wii = "wii" in user_agent and "wiiu" not in user_agent
# Video-Pfade
video_mp4_path = os.path.join(VIDEO_FOLDER, f"{video_id}.mp4")