web/i18n/queue: mux -> remux
all muxing that cobalt does is remuxing, this is simply more accurate
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { t } from "$lib/i18n/translations";
|
||||
import Meowbalt from "$components/misc/Meowbalt.svelte";
|
||||
|
||||
const stubActions = ["download", "remux"];
|
||||
const stubActions = ["fetch", "remux"];
|
||||
|
||||
const randomAction = () => {
|
||||
return stubActions[Math.floor(Math.random() * stubActions.length)];
|
||||
|
||||
Reference in New Issue
Block a user