Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
c85cbcced6
commit
10b07ed9a5
|
@ -19,13 +19,7 @@ public class LrcLyricProvider : ILyricProvider
|
||||||
public string Name => "LrcLyricProvider";
|
public string Name => "LrcLyricProvider";
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public IEnumerable<string> SupportedMediaTypes
|
public IEnumerable<string> SupportedMediaTypes { get; } = new[] { "lrc" };
|
||||||
{
|
|
||||||
get => new Collection<string>
|
|
||||||
{
|
|
||||||
"lrc"
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Opens lyric file for the requested item, and processes it for API return.
|
/// Opens lyric file for the requested item, and processes it for API return.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user