mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Book series tab fix (#1012)
This commit is contained in:
parent
a17bbe20ee
commit
7866d49e6f
@ -426,7 +426,9 @@ export class SeriesDetailComponent implements OnInit, OnDestroy {
|
||||
this.activeTabId = TabID.Storyline;
|
||||
}
|
||||
|
||||
if (this.hasNonSpecialVolumeChapters || this.hasNonSpecialNonVolumeChapters) {
|
||||
if (this.libraryType == LibraryType.Book && !this.hasSpecials){
|
||||
this.activeTabId = TabID.Volumes;
|
||||
} else if (this.hasNonSpecialVolumeChapters || this.hasNonSpecialNonVolumeChapters) {
|
||||
this.activeTabId = TabID.Storyline;
|
||||
} else {
|
||||
this.activeTabId = TabID.Specials;
|
||||
|
Loading…
x
Reference in New Issue
Block a user