diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-08-24 00:00:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-24 00:00:38 +0200 |
| commit | e21144503494137e6f126737a2b6d3f2398e3663 (patch) | |
| tree | 7c53cb5d46820db6e7b6dc78f65a9cbef01f7226 /Emby.Server.Implementations/Localization/Core | |
| parent | dea69e800f2ed19fb783183ba6257a35c90e4923 (diff) | |
| parent | c9e800af6425ea5f63b08e417b4d27383a713e43 (diff) | |
Merge pull request #12397 from crobibero/lyrics-finale
Add lyrics library options, add download scheduled task
Diffstat (limited to 'Emby.Server.Implementations/Localization/Core')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Core/en-US.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-US.json b/Emby.Server.Implementations/Localization/Core/en-US.json index 1a69627fa..d1410ef5e 100644 --- a/Emby.Server.Implementations/Localization/Core/en-US.json +++ b/Emby.Server.Implementations/Localization/Core/en-US.json @@ -122,6 +122,8 @@ "TaskCleanTranscodeDescription": "Deletes transcode files more than one day old.", "TaskRefreshChannels": "Refresh Channels", "TaskRefreshChannelsDescription": "Refreshes internet channel information.", + "TaskDownloadMissingLyrics": "Download missing lyrics", + "TaskDownloadMissingLyricsDescription": "Downloads lyrics for songs", "TaskDownloadMissingSubtitles": "Download missing subtitles", "TaskDownloadMissingSubtitlesDescription": "Searches the internet for missing subtitles based on metadata configuration.", "TaskOptimizeDatabase": "Optimize database", |
