Actually store the last-type
This commit is contained in:
parent
a9df98c2f6
commit
26cd8e8a00
@ -110,6 +110,9 @@ export const API = new class {
|
|||||||
await FASTFILTER.init();
|
await FASTFILTER.init();
|
||||||
await FASTFILTER.push(selected.fast);
|
await FASTFILTER.push(selected.fast);
|
||||||
}
|
}
|
||||||
|
if (typeof selected.type === "string") {
|
||||||
|
await Prefs.set("last-type", selected.type);
|
||||||
|
}
|
||||||
const {items} = selected;
|
const {items} = selected;
|
||||||
delete selected.items;
|
delete selected.items;
|
||||||
return await this.queue(items, selected);
|
return await this.queue(items, selected);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user