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