mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
webhook方式添加jellyfin删除事件ItemDeleted
This commit is contained in:
@@ -583,7 +583,7 @@ class MediaSyncDel(_PluginBase):
|
||||
event_type = event_data.event
|
||||
|
||||
# Emby Webhook event_type = library.deleted
|
||||
if not event_type or str(event_type) != 'library.deleted':
|
||||
if not event_type or str(event_type) not in ['library.deleted', 'ItemDeleted']:
|
||||
return
|
||||
|
||||
# 媒体类型
|
||||
|
||||
Reference in New Issue
Block a user