diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 40dd44c..9773747 100644 --- a/www/index.html +++ b/www/index.html @@ -80,7 +80,8 @@ <div class="modal-body"> <div class="drop"> <form> - <input id="file" name="file" type="file" accept=".flac,.wav,.ogg,.mp3" /> + <input id="file" name="file" type="file" accept=".flac,.wav,.ogg,.mp3,.m4a,.mp4,.opus,.mkv" /> + <ul></ul> </form> </div> oder<br /> @@ -336,7 +337,7 @@ <th>Cut #</th> <th>Titel</th> <th>Länge</th> - <th>importiert</th> + <th>zuletzt gespielt</th> <th class="text-center">Aktionen</th> </tr> </thead> |