File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 213213 <br />
214214 <label for =" chkAutoPlay" ><strong v-text =" `${$t('actions.auto_play_next_video')}:`" /></label >
215215 <select id =" chkAutoPlay" v-model =" selectedAutoPlay" class =" select ml-1.5" @change =" onChange($event)" >
216- <option value =" 0" >none</ option >
217- <option value =" 1" >playlist only</ option >
218- <option value =" 2" >playlist and recommendations</ option >
216+ <option v-t = " 'actions.never' " value =" 0" / >
217+ <option v-t = " 'actions.playlists_only' " value =" 1" / >
218+ <option v-t = " 'actions.always' " value =" 2" / >
219219 </select >
220220
221221 <hr />
Original file line number Diff line number Diff line change 169169 "file_format" : " File format" ,
170170 "override" : " Override" ,
171171 "import" : " Import" ,
172- "export" : " Export"
172+ "export" : " Export" ,
173+ "never" : " Never" ,
174+ "playlists_only" : " Playlists only" ,
175+ "always" : " Always"
173176 },
174177 "comment" : {
175178 "pinned_by" : " Pinned by {author}" ,
You can’t perform that action at this time.
0 commit comments