Add "Local videos" option for instanceDefaultClientRoute (#343)

pull/361/head
David Libeau 2018-03-16 07:18:12 +00:00 committed by Chocobozzz
parent 3b2ed89181
commit 1d6e604c7b
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
<select id="instanceDefaultClientRoute" formControlName="instanceDefaultClientRoute">
<option value="/videos/trending">Videos Trending</option>
<option value="/videos/recently-added">Videos Recently Added</option>
<option value="/videos/local">Local videos</option>
</select>
</div>
</div>