summaryrefslogtreecommitdiff
path: root/templates/upload.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/upload.html')
-rw-r--r--templates/upload.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/upload.html b/templates/upload.html
index e188de6..97d0c08 100644
--- a/templates/upload.html
+++ b/templates/upload.html
@@ -11,7 +11,7 @@
<div class="upload-details">
<select id="target-library-path" name="target-library-path">
{{range $index, $item :=.Config.Library}}
- <option value="{{$item.Path}}">{{$item.Path}}</option>
+ <option value="{{$item.Path}}"{{if eq $index 0}} selected{{end}}>{{$item.Path}}</option>
{{end}}
</select>
<input id="video-title" type="text" placeholder="Optional title" />