We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b25e10 + 373b4cd commit 2d3b874Copy full SHA for 2d3b874
src/views/TorrentUpload.vue
@@ -32,18 +32,12 @@
32
</label>
33
<CategorySelect class="py-1" :category.sync="form.category"/>
34
</div>
35
-<!-- <div>-->
36
-<!-- <label class="block font-medium text-gray-700">-->
37
-<!-- Cover picture-->
38
-<!-- </label>-->
39
-<!-- <FileUpload type="image" accept="image/*" />-->
40
-<!-- </div>-->
41
42
<div>
43
<label class="block font-medium text-gray-700">
44
Torrent
45
46
- <FileUpload @onChange="setFile" sub-title="Only .torrent files allowed" accept=".torrent" />
+ <FileUpload @onChange="setFile" sub-title="Only .torrent files allowed. BitTorrent v2 files are NOT supported." accept=".torrent" />
47
48
49
<div class="py-3 flex flex-row justify-end">
0 commit comments