Added token link without callback to settings

This commit is contained in:
Core 2022-08-29 14:35:22 +01:00
parent ff209247ac
commit c2c6c79694
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
4 changed files with 12 additions and 1 deletions

View file

@ -529,3 +529,7 @@ Update 25/07/2022 00:22 UTC
Update 01/08/2022 13:00 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`

View file

@ -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.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.filterTypes": "Filter Media Types (Last.fm)",
"settings.option.connectivity.lastfmScrobble.manualToken": "Enter Last.fm Token Manually", "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.connectError": "Last.fm Connection Timed Out",
"settings.notyf.connectivity.lastfmScrobble.connectSuccess": "Last.fm Connection Successful", "settings.notyf.connectivity.lastfmScrobble.connectSuccess": "Last.fm Connection Successful",
"settings.notyf.connectivity.lastfmScrobble.connecting": "Connecting to Last.fm...", "settings.notyf.connectivity.lastfmScrobble.connecting": "Connecting to Last.fm...",

View file

@ -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.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.filterTypes": "Filter Media Types (Last.fm)",
"settings.option.connectivity.lastfmScrobble.manualToken": "Enter Last.fm Token Manually", "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.connectError": "Last.fm Connection Timed Out",
"settings.notyf.connectivity.lastfmScrobble.connectSuccess": "Last.fm Connection Successful", "settings.notyf.connectivity.lastfmScrobble.connectSuccess": "Last.fm Connection Successful",
"settings.notyf.connectivity.lastfmScrobble.connecting": "Connecting to Last.fm...", "settings.notyf.connectivity.lastfmScrobble.connecting": "Connecting to Last.fm...",

View file

@ -1016,6 +1016,11 @@
<div class="md-option-line" v-show="lastfmConnecting"> <div class="md-option-line" v-show="lastfmConnecting">
<div class="md-option-segment"> <div class="md-option-segment">
{{$root.getLz('settings.option.connectivity.lastfmScrobble.manualToken')}} {{$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>
<div class="md-option-segment md-option-segment_auto"> <div class="md-option-segment md-option-segment_auto">
<label> <label>