Book series tab fix (#1012)
This commit is contained in:
parent
a17bbe20ee
commit
7866d49e6f
1 changed files with 3 additions and 1 deletions
|
|
@ -426,7 +426,9 @@ export class SeriesDetailComponent implements OnInit, OnDestroy {
|
||||||
this.activeTabId = TabID.Storyline;
|
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;
|
this.activeTabId = TabID.Storyline;
|
||||||
} else {
|
} else {
|
||||||
this.activeTabId = TabID.Specials;
|
this.activeTabId = TabID.Specials;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue