This commit is contained in:
Miralia
2025-06-24 19:52:14 +08:00
committed by GitHub
parent b7566e8fe8
commit f07f87735c

View File

@@ -1,4 +1,4 @@
from typing import Dict, Optional, List, Tuple
from typing import Optional, List, Tuple
from app.utils.singleton import Singleton
@@ -308,4 +308,5 @@ class StreamingPlatforms(metaclass=Singleton):
"""
if name is None:
return False
return name.upper() in self._lookup_cache
return name.upper() in self._lookup_cache