mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Update MediaBrowser.Providers/Lyric/LyricScheduledTask.cs
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
This commit is contained in:
parent
eacc8c7d35
commit
3873c7fda0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue