mirror of https://github.com/Chocobozzz/PeerTube
Allow to choose 'Most liked videos' page as default client route
parent
c07eb94653
commit
235b055dc5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue