Allow to choose 'Most liked videos' page as default client route

pull/2188/head
Julien Maulny 2019-10-02 20:03:37 +02:00 committed by Chocobozzz
parent c07eb94653
commit 235b055dc5
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@
<select id="instanceDefaultClientRoute" formControlName="defaultClientRoute">
<option i18n value="/videos/overview">Videos Discover</option>
<option i18n value="/videos/trending">Videos Trending</option>
<option i18n value="/videos/most-liked">Most Liked Videos</option>
<option i18n value="/videos/recently-added">Videos Recently Added</option>
<option i18n value="/videos/local">Local videos</option>
</select>