- Fix repair bugs
- Minor html/js bugs from new template - Other minor issues
This commit is contained in:
@@ -388,7 +388,7 @@ class ConfigManager {
|
||||
</label>
|
||||
<input type="number" class="input input-bordered webdav-field"
|
||||
name="debrid[${index}].workers" id="debrid[${index}].workers"
|
||||
placeholder="50" value="50">
|
||||
placeholder="50">
|
||||
<div class="label">
|
||||
<span class="label-text-alt">Number of concurrent workers</span>
|
||||
</div>
|
||||
@@ -1201,9 +1201,4 @@ class ConfigManager {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Initialize when DOM is ready
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
window.configManager = new ConfigManager();
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user