#893: add the M3U/M3U8 hint row to the import-file dropzone
The format was listed as supported but had no hint box like CSV/TSV and TXT do.
This commit is contained in:
parent
3aaf19a357
commit
1c93a5640d
1 changed files with 4 additions and 0 deletions
|
|
@ -1929,6 +1929,10 @@
|
|||
<span class="import-file-hint-label">TXT</span>
|
||||
<span class="import-file-hint-text">One track per line (e.g. Artist - Title). Format and separator can be adjusted after upload.</span>
|
||||
</div>
|
||||
<div class="import-file-hint">
|
||||
<span class="import-file-hint-label">M3U / M3U8</span>
|
||||
<span class="import-file-hint-text">Standard playlist files. Artist, title and duration are read automatically from #EXTINF lines (or the file name for simple playlists).</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue