Back to Kavita

Smart Collection Drawer.Component

UI/Web/src/app/_single-module/smart-collection-drawer/smart-collection-drawer.component.html

0.9.0305 B
Original Source
{{collection().title}}

{{collection().lastSyncUtc | utcToLocalTime:'shortDate' | defaultDate}}

{{collection().totalSourceCount - series().length}} / {{collection().totalSourceCount | number}} @if(collection().missingSeriesFromSource) {

} @for(s of series(); track s.name) { {{s.name}} }