diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2026-07-12 19:46:56 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2026-07-12 19:46:56 +0900 |
| commit | 9e996d612c3ee6779db8802a4c3eb3bcd09fe9c9 (patch) | |
| tree | da214966f0dad46e6e05f69378a6761c72d6daf6 /MediaBrowser.Controller | |
| parent | 53aafcd38e1f4558ff18f5258d0d46b3a0565783 (diff) | |
extract page count from archives and PDFs
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Book.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/Entities/Book.cs b/MediaBrowser.Controller/Entities/Book.cs index 5187669373..8559681bdc 100644 --- a/MediaBrowser.Controller/Entities/Book.cs +++ b/MediaBrowser.Controller/Entities/Book.cs @@ -13,11 +13,6 @@ namespace MediaBrowser.Controller.Entities [Common.RequiresSourceSerialisation] public class Book : BaseItem, IHasLookupInfo<BookInfo>, IHasSeries { - public Book() - { - this.RunTimeTicks = TimeSpan.TicksPerSecond; - } - [JsonIgnore] public override MediaType MediaType => MediaType.Book; |
