mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
from typing import Dict, Optional, List, Tuple
|
from typing import Optional, List, Tuple
|
||||||
|
|
||||||
from app.utils.singleton import Singleton
|
from app.utils.singleton import Singleton
|
||||||
|
|
||||||
@@ -308,4 +308,5 @@ class StreamingPlatforms(metaclass=Singleton):
|
|||||||
"""
|
"""
|
||||||
if name is None:
|
if name is None:
|
||||||
return False
|
return False
|
||||||
return name.upper() in self._lookup_cache
|
return name.upper() in self._lookup_cache
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user