{{ 'PORTALS.SIDEBAR.RECENTLY_ADDED' | translate }}

@if (isLoading()) { @for (_ of [1, 2, 3]; track $index) {
} } @else { @if (recentlyAddedVod().length > 0) { @for (item of recentlyAddedVod(); track item.xtream_id) { } } @if (recentlyAddedSeries().length > 0) { @for (item of recentlyAddedSeries(); track item.xtream_id) { } } @if (recentlyAddedLive().length > 0) { @for (item of recentlyAddedLive(); track item.xtream_id) { } } }