Update MediaBrowser.Providers/Lyric/LyricScheduledTask.cs

Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
This commit is contained in:
Cody Robibero
2024-08-06 07:52:59 -06:00
committed by GitHub
parent eacc8c7d35
commit 3873c7fda0

View File

@@ -57,7 +57,7 @@ public class LyricDownloadTask : IScheduledTask
public string Name => _localizationManager.GetLocalizedString("TaskDownloadMissingLyrics");
/// <inheritdoc />
public string Key => "DownloadLrcLibLyrics";
public string Key => "DownloadLyrics";
/// <inheritdoc />
public string Description => _localizationManager.GetLocalizedString("TaskDownloadMissingLyricsDescription");