Skip to content

Commit

Permalink
Update MediaBrowser.Providers/Lyric/LyricScheduledTask.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Niels van Velzen <[email protected]>
  • Loading branch information
crobibero and nielsvanvelzen authored Aug 6, 2024
1 parent eacc8c7 commit 3873c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaBrowser.Providers/Lyric/LyricScheduledTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public LyricDownloadTask(
public string Name => _localizationManager.GetLocalizedString("TaskDownloadMissingLyrics");

/// <inheritdoc />
public string Key => "DownloadLrcLibLyrics";
public string Key => "DownloadLyrics";

/// <inheritdoc />
public string Description => _localizationManager.GetLocalizedString("TaskDownloadMissingLyricsDescription");
Expand Down

0 comments on commit 3873c7f

Please sign in to comment.