@if ($showThumbnails)
@include('partials.episode-thumbnail', ['limit' => 15])
@else
@include('partials.episode-cover', ['limit' => 16])
@endif