mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Fix warnings in SessionManager
This commit is contained in:
parent
876a902356
commit
7180983654
@ -741,6 +741,8 @@ namespace Emby.Server.Implementations.Session
|
||||
/// <summary>
|
||||
/// Used to report playback progress for an item.
|
||||
/// </summary>
|
||||
/// <param name="info">The playback progress info.</param>
|
||||
/// <param name="isAutomated">Whether this is an automated update.</param>
|
||||
/// <returns>Task.</returns>
|
||||
public async Task OnPlaybackProgress(PlaybackProgressInfo info, bool isAutomated)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user