Incorrect polling interval hint
This commit is contained in:
parent
d763d2e757
commit
37d4e689a6
|
@ -4,7 +4,7 @@
|
|||
<h4 style="text-align:initial">Plex Client Polling Interval</h4>
|
||||
<div> {{ clientpollinterval }}</div>
|
||||
<v-slider class="pa-0 ma-0" v-model="clientpollinterval" :min="100" :max="10000"
|
||||
hint="Sets how frequently SyncLounge will poll the client for new information in milliseconds. Default is 5000ms (5 seconds)"
|
||||
hint="Sets how frequently SyncLounge will poll the client for new information in milliseconds. Default is 1000ms (1 second)"
|
||||
persistent-hint>
|
||||
</v-slider>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue