diff options
| author | Cody Robibero <cody@robibe.ro> | 2024-08-06 07:52:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-06 07:52:59 -0600 |
| commit | 3873c7fda0364b0bf4b7d4ed60174a8c883128fb (patch) | |
| tree | f7dbf1b8a0c1d35ea279064f59a9edb15fc96b74 /MediaBrowser.Providers/Lyric | |
| parent | eacc8c7d35f2fe486433890ab0d7250fc4b29239 (diff) | |
Update MediaBrowser.Providers/Lyric/LyricScheduledTask.cs
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
Diffstat (limited to 'MediaBrowser.Providers/Lyric')
| -rw-r--r-- | MediaBrowser.Providers/Lyric/LyricScheduledTask.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Lyric/LyricScheduledTask.cs b/MediaBrowser.Providers/Lyric/LyricScheduledTask.cs index 184e8495b..7ae2416e6 100644 --- a/MediaBrowser.Providers/Lyric/LyricScheduledTask.cs +++ b/MediaBrowser.Providers/Lyric/LyricScheduledTask.cs @@ -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"); |
