This commit is contained in:
jxxghp
2025-06-24 08:19:10 +08:00
parent 4375e48840
commit 62e74f6fd1
5 changed files with 10 additions and 188 deletions
+2 -2
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
@@ -101,4 +101,4 @@ class StreamingPlatforms(metaclass=Singleton):
"""
if name is None:
return False
return name.upper() in self._lookup_cache
return name.upper() in self._lookup_cache