Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
1hitsong 2022-09-18 12:38:24 -04:00 committed by GitHub
parent 1aa8b22b89
commit 636835f73a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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