mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
1aa8b22b89
commit
636835f73a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user