From c2c6c79694fbc4dfef76c9b368350b0384cfd9db Mon Sep 17 00:00:00 2001 From: Core Date: Mon, 29 Aug 2022 14:35:22 +0100 Subject: [PATCH] Added token link without callback to settings --- src/i18n/README.md | 6 +++++- src/i18n/en_US.json | 1 + src/i18n/source/en_US.json | 1 + src/renderer/views/components/settings-window.ejs | 5 +++++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/i18n/README.md b/src/i18n/README.md index 8b2340aa..750e656f 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -528,4 +528,8 @@ Update 25/07/2022 00:22 UTC Update 01/08/2022 13:00 UTC -* `term.skip`: Added to `en_US` \ No newline at end of file +* `term.skip`: Added to `en_US` + +Update 29/08/2022 12:00 UTC + +* `settings.option.connectivity.lastfmScrobble.manualToken.link`: Added to `en_US` diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index f5f9ace8..50af04eb 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -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...", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index f5f9ace8..50af04eb 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -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...", diff --git a/src/renderer/views/components/settings-window.ejs b/src/renderer/views/components/settings-window.ejs index 0ef54b60..50c3a4ca 100644 --- a/src/renderer/views/components/settings-window.ejs +++ b/src/renderer/views/components/settings-window.ejs @@ -1016,6 +1016,11 @@
{{$root.getLz('settings.option.connectivity.lastfmScrobble.manualToken')}} + + + {{$root.getLz('settings.option.connectivity.lastfmScrobble.manualToken.link')}} + +