mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-04 17:54:02 +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>
|
||||
</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 />
|
||||
|
Reference in New Issue
Block a user