Changed lfm scrobble delay to percentage
This commit is contained in:
parent
d99b9d1eac
commit
42e3d4d8e5
3 changed files with 4 additions and 4 deletions
|
@ -454,10 +454,10 @@
|
|||
</div>
|
||||
<div class="md-option-line" v-show ="app.cfg.lastfm.enabled">
|
||||
<div class="md-option-segment">
|
||||
LastFM Scrobble Delay
|
||||
LastFM Scrobble Delay (%)
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto" >
|
||||
<input type="number" v-model="app.cfg.lastfm.scrobble_after"/>
|
||||
<input type="number" min="50" max="100" v-model="app.cfg.lastfm.scrobble_after"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-option-line" v-show ="app.cfg.lastfm.enabled">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue