diff options
Diffstat (limited to 'templates/upload.html')
| -rw-r--r-- | templates/upload.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/upload.html b/templates/upload.html index 97d0c08..798089d 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}}"{{if eq $index 0}} selected{{end}}>{{$item.Path}}</option> + <option value="{{$item.Path}}"{{if eq $index 0}} selected{{end}}>/{{$item.Prefix}}</option> {{end}} </select> <input id="video-title" type="text" placeholder="Optional title" /> |
