mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3255] [MERGED] Make books resumable #9397
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/3255
Author: @itegulov
Created: 6/6/2020
Status: ✅ Merged
Merged: 6/7/2020
Merged by: @dkanada
Base:
master← Head:books-resume📝 Commits (1)
613748bMake books resumable and have duration of 1 second📊 Changes
2 files changed (+10 additions, -1 deletions)
View changed files
📝
Emby.Server.Implementations/Library/UserDataManager.cs(+1 -1)📝
MediaBrowser.Controller/Entities/Book.cs(+9 -0)📄 Description
Changes
This PR introduces the necessary changes to make jellyfin-web be able to resume books since https://github.com/jellyfin/jellyfin-web/pull/1263 is merged.
SupportsPlayedStatusandSupportsPositionTicksResumeto true for books. These properties have to be true for an item to be able to store position ticks.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.