fakt 2MB
This commit is contained in:
parent
6d39dc89b2
commit
29aefdd3da
@ -29,7 +29,7 @@ const exp: Modul = {
|
|||||||
if (!soubor) return "tak pico ael na co";
|
if (!soubor) return "tak pico ael na co";
|
||||||
|
|
||||||
if (!formaty.includes(soubor.name.slice(-3))) return "tuten format nechcy";
|
if (!formaty.includes(soubor.name.slice(-3))) return "tuten format nechcy";
|
||||||
if (soubor.size > 2e6) return "min nes dva mebagajyt pls";
|
if (soubor.size > 2_097_152) return "min nes dva mebagajyt pls";
|
||||||
|
|
||||||
// Stahnout dočasně
|
// Stahnout dočasně
|
||||||
const typ = soubor.name.slice(-3);
|
const typ = soubor.name.slice(-3);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user