mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -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
@ -57,7 +57,7 @@ public class LyricDownloadTask : IScheduledTask
|
|||||||
public string Name => _localizationManager.GetLocalizedString("TaskDownloadMissingLyrics");
|
public string Name => _localizationManager.GetLocalizedString("TaskDownloadMissingLyrics");
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public string Key => "DownloadLrcLibLyrics";
|
public string Key => "DownloadLyrics";
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public string Description => _localizationManager.GetLocalizedString("TaskDownloadMissingLyricsDescription");
|
public string Description => _localizationManager.GetLocalizedString("TaskDownloadMissingLyricsDescription");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user