Co-authored-by: Cody Robibero <cody@robibe.ro>
@@ -13,7 +13,7 @@ namespace MediaBrowser.Providers.Lyric;
public class TxtLyricProvider : ILyricProvider
{
/// <inheritdoc />
- public string Name { get; } = "TxtLyricProvider";
+ public string Name => "TxtLyricProvider";
public IEnumerable<string> SupportedMediaTypes { get; } = new[] { "lrc", "txt" };