fetch imdb+ptGen when torrent updated

This commit is contained in:
xiaomlove
2025-05-16 03:34:39 +07:00
parent ac4515e1d8
commit 1ddd6e04d9

View File

@@ -37,6 +37,8 @@ class EventServiceProvider extends ServiceProvider
RemoveSeedBoxRecordCache::class,
],
TorrentUpdated::class => [
FetchTorrentImdb::class,
FetchTorrentPTGen::class,
SyncTorrentToElasticsearch::class,
SyncTorrentToMeilisearch::class,
],