From 6cebe97d6d44d3167d451d2f262cc09a50733bc7 Mon Sep 17 00:00:00 2001 From: Miralia <77816406+Miralia@users.noreply.github.com> Date: Sat, 28 Jun 2025 19:12:00 +0800 Subject: [PATCH] add FPT Play --- app/core/meta/streamingplatform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/meta/streamingplatform.py b/app/core/meta/streamingplatform.py index 4804c598..22cd46b9 100644 --- a/app/core/meta/streamingplatform.py +++ b/app/core/meta/streamingplatform.py @@ -272,6 +272,7 @@ class StreamingPlatforms(metaclass=Singleton): ("CTHP", "CATCHPLAY+"), ("HBOGO", "HBO GO"), ("HBO", "HBO"), + ("FPTP", "FPT Play"), ] def __init__(self):