Specify buffering goal is in seconds (#377)

This commit is contained in:
വചൻ 2021-08-24 20:11:00 +05:30 committed by GitHub
parent 149d8971b1
commit bf8692f2b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@
<option :key="resolution" v-for="resolution in resolutions" :value="resolution">{{ resolution }}p</option>
</select>
<br />
<b>Buffering Goal</b>
<b>Buffering Goal (in seconds)</b>
<br />
<input class="uk-input uk-width-auto" v-model="bufferingGoal" @change="onChange($event)" type="text" />
<br />