diff --git a/src/App/ServicesToaster.js b/src/App/ServicesToaster.js index da1a654af..395c1fed2 100644 --- a/src/App/ServicesToaster.js +++ b/src/App/ServicesToaster.js @@ -15,6 +15,10 @@ const ServicesToaster = () => { break; } + if (args.source.event === 'LibrarySyncWithAPIPlanned' && args.source.args.uid === null) { + break; + } + toast.show({ type: 'error', title: args.source.event,