mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 17:58:21 +00:00
Specify buffering goal is in seconds (#377)
This commit is contained in:
parent
149d8971b1
commit
bf8692f2b2
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user