mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-25 06:27:15 -04:00
Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
a52d108af6
commit
db662eeb33
1 changed files with 1 additions and 7 deletions
|
@ -16,13 +16,7 @@ public class TxtLyricProvider : ILyricProvider
|
||||||
public string Name { get; } = "TxtLyricProvider";
|
public string Name { get; } = "TxtLyricProvider";
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public IEnumerable<string> SupportedMediaTypes
|
public IEnumerable<string> SupportedMediaTypes { get; } = new[] { "lrc", "txt" };
|
||||||
{
|
|
||||||
get => new Collection<string>
|
|
||||||
{
|
|
||||||
"lrc", "txt"
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <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…
Add table
Add a link
Reference in a new issue