Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/8381/head
1hitsong 2 years ago committed by GitHub
parent 1aa8b22b89
commit 636835f73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save