Index: src/views/partials/track-editor.ejs
===================================================================
--- src/views/partials/track-editor.ejs	(revision a3169f5e702f9a97c0b79d0d05f86b37f0c7dde4)
+++ src/views/partials/track-editor.ejs	(revision f45fc82a7312244bd74ee11bc83e702369ba2f09)
@@ -407,6 +407,6 @@
                     </button>` : ''}
                   </div>
-                  <input type="url" id="te-cover-url"
-                         placeholder="of plak URL: https://…"
+                  <input type="text" id="te-cover-url" inputmode="url"
+                         placeholder="/media/… of https://…"
                          autocomplete="off" autocapitalize="none" spellcheck="false"
                          value="${esc(track.cover_url || '')}">
