diff --git a/src/App/ServicesToaster.js b/src/App/ServicesToaster.js index 43b076c9a..6ae2c7107 100644 --- a/src/App/ServicesToaster.js +++ b/src/App/ServicesToaster.js @@ -19,6 +19,10 @@ const ServicesToaster = () => { break; } + if (args.source.event === 'AddonInstalled' && args.source.args.transport_url.startsWith('https://www.strem.io/trakt/addon')) { + break; + } + toast.show({ type: 'error', title: args.source.event,