Merge pull request #17311 from dkanada/book-progress

extract page count from archives and PDFs
This commit is contained in:
Cody Robibero
2026-07-20 20:50:25 -04:00
committed by GitHub
5 changed files with 57 additions and 6 deletions
@@ -1123,7 +1123,7 @@ namespace MediaBrowser.Providers.Manager
{
if (replaceData || !target.RunTimeTicks.HasValue)
{
if (target is not Audio && target is not Video)
if (target is not Audio && target is not Video && target is not Book)
{
target.RunTimeTicks = source.RunTimeTicks;
}