diff --git a/stream_fusion/static/config.js b/stream_fusion/static/config.js index b76693f..6760664 100644 --- a/stream_fusion/static/config.js +++ b/stream_fusion/static/config.js @@ -508,11 +508,13 @@ function updateProviderFields() { const cacheChecked = document.getElementById('cache')?.checked; const yggflixChecked = document.getElementById('yggflix')?.checked || document.getElementById('yggflix')?.disabled; const sharewoodChecked = document.getElementById('sharewood')?.checked || document.getElementById('sharewood')?.disabled; + const tbChecked = document.getElementById('debrid_tb')?.checked || document.getElementById('debrid_tb')?.disabled; // Afficher/masquer les champs spécifiques setElementDisplay('cache-fields', cacheChecked ? 'block' : 'none'); setElementDisplay('ygg-fields', yggflixChecked ? 'block' : 'none'); setElementDisplay('sharewood-fields', sharewoodChecked ? 'block' : 'none'); + setElementDisplay('tb_debrid-fields', tbChecked ? 'block' : 'none'); // Traiter tous les débrideurs allDebrids.forEach(id => {