|
@@ -16,7 +16,7 @@ namespace MediaBrowser.Providers.Lyric;
|
|
public class LrcLyricProvider : ILyricProvider
|
|
public class LrcLyricProvider : ILyricProvider
|
|
{
|
|
{
|
|
/// <inheritdoc />
|
|
/// <inheritdoc />
|
|
- public string Name { get; } = "LrcLyricProvider";
|
|
|
|
|
|
+ public string Name => "LrcLyricProvider";
|
|
|
|
|
|
/// <inheritdoc />
|
|
/// <inheritdoc />
|
|
public IEnumerable<string> SupportedMediaTypes
|
|
public IEnumerable<string> SupportedMediaTypes
|