mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
1aa8b22b89
commit
636835f73a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ namespace MediaBrowser.Providers.Lyric;
|
|||
public class LrcLyricProvider : ILyricProvider
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public string Name { get; } = "LrcLyricProvider";
|
||||
public string Name => "LrcLyricProvider";
|
||||
|
||||
/// <inheritdoc />
|
||||
public IEnumerable<string> SupportedMediaTypes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue