From f4424557590d5e66f53a160ca2976680c557740f Mon Sep 17 00:00:00 2001 From: thsrite Date: Wed, 20 Nov 2024 16:10:01 +0800 Subject: [PATCH] fix log --- plugins.v2/cloudstrmcompanion/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.v2/cloudstrmcompanion/__init__.py b/plugins.v2/cloudstrmcompanion/__init__.py index 8b67ee2..c8d8303 100644 --- a/plugins.v2/cloudstrmcompanion/__init__.py +++ b/plugins.v2/cloudstrmcompanion/__init__.py @@ -526,6 +526,7 @@ class CloudStrmCompanion(_PluginBase): # 通知emby刷新 if self._refresh_emby and self._mediaservers: + time.sleep(0.1) self.__refresh_emby_file(strm_file) except Exception as e: logger.error(f"创建strm文件失败 {strm_file} -> {str(e)}")