mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
update automated checkins
This commit is contained in:
@@ -257,7 +257,7 @@ namespace MediaBrowser.Controller.Session
|
||||
|
||||
try
|
||||
{
|
||||
await _sessionManager.OnPlaybackProgress(progressInfo).ConfigureAwait(false);
|
||||
await _sessionManager.OnPlaybackProgress(progressInfo, true).ConfigureAwait(false);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user