Update MediaBrowser.Providers/Lyric/LyricScheduledTask.cs

Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
pull/12397/head
Cody Robibero 6 months ago committed by GitHub
parent eacc8c7d35
commit 3873c7fda0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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");

Loading…
Cancel
Save