mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: disallow invalid video file types
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<input
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
accept="image/*, video/*"
|
accept="image/*, video/mp4"
|
||||||
on:change={handleFileChange}
|
on:change={handleFileChange}
|
||||||
class="absolute inset-0 w-full h-full opacity-0 cursor-pointer"
|
class="absolute inset-0 w-full h-full opacity-0 cursor-pointer"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user