fix: Add to sonarr dialog not working

This commit is contained in:
Aleksi Lassila
2024-05-20 14:33:49 +03:00
parent 18dbc04710
commit 73d2b1b821

View File

@@ -101,7 +101,9 @@
});
} else if (tmdbSeries) {
createModal(MMAddToSonarrDialog, {
series: tmdbSeries,
title: tmdbSeries.name || '',
tmdbId: tmdbSeries.id || -1,
backdropUri: tmdbSeries.backdrop_path || '',
onComplete: handleAddedToSonarr
});
} else {