mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 00:35:12 +02:00
fix: Add to sonarr dialog not working
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user