Ver código fonte

Update MediaBrowser.Providers/Lyric/LyricScheduledTask.cs

Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
Cody Robibero 10 meses atrás
pai
commit
3873c7fda0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      MediaBrowser.Providers/Lyric/LyricScheduledTask.cs

+ 1 - 1
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");