fix 播放限速插件

This commit is contained in:
jxxghp
2023-08-07 12:01:07 +08:00
parent 505bfb4c2e
commit eead16a635
2 changed files with 107 additions and 2 deletions

View File

@ -369,3 +369,9 @@ class Plex(metaclass=Singleton):
image_type="Backdrop")
return eventItem
def get_plex(self):
"""
获取plex对象以便直接操作
"""
return self._plex