mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
Specify buffering goal is in seconds (#377)
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
<option :key="resolution" v-for="resolution in resolutions" :value="resolution">{{ resolution }}p</option>
|
<option :key="resolution" v-for="resolution in resolutions" :value="resolution">{{ resolution }}p</option>
|
||||||
</select>
|
</select>
|
||||||
<br />
|
<br />
|
||||||
<b>Buffering Goal</b>
|
<b>Buffering Goal (in seconds)</b>
|
||||||
<br />
|
<br />
|
||||||
<input class="uk-input uk-width-auto" v-model="bufferingGoal" @change="onChange($event)" type="text" />
|
<input class="uk-input uk-width-auto" v-model="bufferingGoal" @change="onChange($event)" type="text" />
|
||||||
<br />
|
<br />
|
||||||
|
Reference in New Issue
Block a user