mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
Resolve Azure build issues
This commit is contained in:
@@ -12,7 +12,7 @@ public interface ILyricManager
|
||||
/// </summary>
|
||||
/// <param name="item">The media item.</param>
|
||||
/// <returns>Lyrics for passed item.</returns>
|
||||
LyricResponse GetLyrics(BaseItem item);
|
||||
LyricResponse? GetLyrics(BaseItem item);
|
||||
|
||||
/// <summary>
|
||||
/// Checks if requested item has a matching local lyric file.
|
||||
|
||||
Reference in New Issue
Block a user