mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
feat:actions增加缓存机制
This commit is contained in:
@@ -31,8 +31,8 @@ class FetchMediasAction(BaseAction):
|
||||
|
||||
_medias = []
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
def __init__(self, action_id: str):
|
||||
super().__init__(action_id)
|
||||
|
||||
self.__inner_sources = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user