mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-08-03 07:12:30 +00:00
Fix websocket message.
This commit is contained in:
parent
e876af1aa2
commit
d926d90dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ export const WebsocketProvider = ({ children }) => {
|
|||
case 'logo_processing_summary':
|
||||
notifications.show({
|
||||
title: 'Logo Processing Summary',
|
||||
message: `Logo processing complete: ${parsedEvent.data.processed} logos processed, ${parsedEvent.data.duplicates_merged} duplicates merged.`,
|
||||
message: `${parsedEvent.data.message}`,
|
||||
color: 'blue',
|
||||
autoClose: 5000,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue