mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 16:55:13 +02:00
feat: Make Sonarr optional
This commit is contained in:
@@ -77,10 +77,10 @@
|
||||
}
|
||||
});
|
||||
} else {
|
||||
downloadSonarrEpisode(guid).then((res) => {
|
||||
downloadSonarrEpisode(guid).then((ok) => {
|
||||
dispatch('download');
|
||||
downloadFetchingGuid = undefined;
|
||||
if (res.response?.ok) {
|
||||
if (ok) {
|
||||
downloadingGuid = guid;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user