Radarr-Sonarr-Integration #12

Merged
T-Gander merged 21 commits from Radarr-Sonarr-Integration into main 2026-03-08 00:08:20 -07:00
Showing only changes of commit 1253693ebe - Show all commits

View File

@@ -87,6 +87,7 @@ const createCheckbox = (mediaInfo = {}, state = []) => {
label.appendChild(span);
container.appendChild(label);
// Remove dependency on local state. Move to scanning for all checked checkboxes and create the array at that point.
checkbox.addEventListener('change', (e) => {
const mediaInfo = checkbox.dataset.mediaInfo || '(no info)';
if (checkbox.checked) {