aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Lyric
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2024-08-06 07:52:59 -0600
committerGitHub <noreply@github.com>2024-08-06 07:52:59 -0600
commit3873c7fda0364b0bf4b7d4ed60174a8c883128fb (patch)
treef7dbf1b8a0c1d35ea279064f59a9edb15fc96b74 /MediaBrowser.Providers/Lyric
parenteacc8c7d35f2fe486433890ab0d7250fc4b29239 (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.cs2
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");