Added token link without callback to settings
This commit is contained in:
parent
ff209247ac
commit
c2c6c79694
4 changed files with 12 additions and 1 deletions
|
@ -528,4 +528,8 @@ Update 25/07/2022 00:22 UTC
|
|||
|
||||
Update 01/08/2022 13:00 UTC
|
||||
|
||||
* `term.skip`: Added to `en_US`
|
||||
* `term.skip`: Added to `en_US`
|
||||
|
||||
Update 29/08/2022 12:00 UTC
|
||||
|
||||
* `settings.option.connectivity.lastfmScrobble.manualToken.link`: Added to `en_US`
|
||||
|
|
|
@ -543,6 +543,7 @@
|
|||
"settings.option.connectivity.lastfmScrobble.filterLoop.description": "Prevent looped tracks from being scrobbled or displayed in the Now Playing list on Last.fm.",
|
||||
"settings.option.connectivity.lastfmScrobble.filterTypes": "Filter Media Types (Last.fm)",
|
||||
"settings.option.connectivity.lastfmScrobble.manualToken": "Enter Last.fm Token Manually",
|
||||
"settings.option.connectivity.lastfmScrobble.manualToken.link": "Click here to get a Last.fm token",
|
||||
"settings.notyf.connectivity.lastfmScrobble.connectError": "Last.fm Connection Timed Out",
|
||||
"settings.notyf.connectivity.lastfmScrobble.connectSuccess": "Last.fm Connection Successful",
|
||||
"settings.notyf.connectivity.lastfmScrobble.connecting": "Connecting to Last.fm...",
|
||||
|
|
|
@ -543,6 +543,7 @@
|
|||
"settings.option.connectivity.lastfmScrobble.filterLoop.description": "Prevent looped tracks from being scrobbled or displayed in the Now Playing list on Last.fm.",
|
||||
"settings.option.connectivity.lastfmScrobble.filterTypes": "Filter Media Types (Last.fm)",
|
||||
"settings.option.connectivity.lastfmScrobble.manualToken": "Enter Last.fm Token Manually",
|
||||
"settings.option.connectivity.lastfmScrobble.manualToken.link": "Click here to get a Last.fm token",
|
||||
"settings.notyf.connectivity.lastfmScrobble.connectError": "Last.fm Connection Timed Out",
|
||||
"settings.notyf.connectivity.lastfmScrobble.connectSuccess": "Last.fm Connection Successful",
|
||||
"settings.notyf.connectivity.lastfmScrobble.connecting": "Connecting to Last.fm...",
|
||||
|
|
|
@ -1016,6 +1016,11 @@
|
|||
<div class="md-option-line" v-show="lastfmConnecting">
|
||||
<div class="md-option-segment">
|
||||
{{$root.getLz('settings.option.connectivity.lastfmScrobble.manualToken')}}
|
||||
<small>
|
||||
<a href="https://www.last.fm/api/auth?api_key=f9986d12aab5a0fe66193c559435ede3" target="_blank">
|
||||
{{$root.getLz('settings.option.connectivity.lastfmScrobble.manualToken.link')}}
|
||||
</a>
|
||||
</small>
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto">
|
||||
<label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue