mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5997] [MERGED] Fixes for Book Progress #10770
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5997
Author: @ThatsOurJake
Created: 5/6/2021
Status: ✅ Merged
Merged: 5/24/2021
Merged by: @cvium
Base:
master← Head:master📝 Commits (2)
3cd57cbFixes for Book Progressbc01773Changed condition for readbility📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Emby.Server.Implementations/Library/UserDataManager.cs(+2 -2)📄 Description
Changes
This PR moves the check for if it's a type
Bookwhen saving the progress to the database. Currently due to the maths the book progress will be below the default configsMinResumePctso this will just ignore books and save the progress without resetting it to 0.Issues
Didn't see an issue for this. But it occurs when you have books on your Jellyfin, read through a few pages and then back out the PDF viewer the progress isn't saved and upon refreshing the page the progress is still 0.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.