wip: download single episode
This commit is contained in:
@@ -38,10 +38,6 @@ export default class extends Controller {
|
||||
}
|
||||
}
|
||||
|
||||
isSelected() {
|
||||
return this.episodeSelectorTarget.checked;
|
||||
}
|
||||
|
||||
download() {
|
||||
this.element.options.forEach(option => {
|
||||
const optionSelector = option.querySelector('input[type="checkbox"]');
|
||||
|
||||
Reference in New Issue
Block a user