mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-04 21:34:04 +01:00
Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
db662eeb33
commit
1aa8b22b89
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace MediaBrowser.Providers.Lyric;
|
|||
public class TxtLyricProvider : ILyricProvider
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public string Name { get; } = "TxtLyricProvider";
|
||||
public string Name => "TxtLyricProvider";
|
||||
|
||||
/// <inheritdoc />
|
||||
public IEnumerable<string> SupportedMediaTypes { get; } = new[] { "lrc", "txt" };
|
||||
|
|
|
|||
Loading…
Reference in a new issue