mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
Merge 789143134c into bf5d48c76a
This commit is contained in:
commit
9229ae37c1
1 changed files with 1 additions and 6 deletions
|
|
@ -302,12 +302,7 @@ function SignalRListener() {
|
|||
if (body.action === 'updated') {
|
||||
const updatedItem = body.resource as Series;
|
||||
|
||||
updateQueryClientItem(
|
||||
queryClient,
|
||||
['/series'],
|
||||
updatedItem,
|
||||
false // Don't add the series to the list if it doesn't exist. Series should already be in the list since they are included in the calendar and series details.
|
||||
);
|
||||
updateQueryClientItem(queryClient, ['/series'], updatedItem, true);
|
||||
|
||||
repopulatePage('seriesUpdated');
|
||||
} else if (body.action === 'deleted') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue