mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
db662eeb33
commit
1aa8b22b89
@ -13,7 +13,7 @@ namespace MediaBrowser.Providers.Lyric;
|
|||||||
public class TxtLyricProvider : ILyricProvider
|
public class TxtLyricProvider : ILyricProvider
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public string Name { get; } = "TxtLyricProvider";
|
public string Name => "TxtLyricProvider";
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public IEnumerable<string> SupportedMediaTypes { get; } = new[] { "lrc", "txt" };
|
public IEnumerable<string> SupportedMediaTypes { get; } = new[] { "lrc", "txt" };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user