Incorrect polling interval hint

This commit is contained in:
Sam 2018-06-17 15:12:11 +10:00
parent d763d2e757
commit 37d4e689a6
1 changed files with 1 additions and 1 deletions

View File

@ -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>