mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
parent
5a6e60b414
commit
dcd96909cd
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ namespace Emby.Server.Implementations.Library
|
|||
var minIn = TimeSpan.FromTicks(positionTicks).TotalMinutes;
|
||||
var minOut = TimeSpan.FromTicks(runtimeTicks - positionTicks).TotalMinutes;
|
||||
|
||||
if (minIn > _config.Configuration.MinAudiobookResume)
|
||||
if (minIn < _config.Configuration.MinAudiobookResume)
|
||||
{
|
||||
// ignore progress during the beginning
|
||||
positionTicks = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue