{{ bookSubtitle }}
{{ $getString('LabelByAuthor', [podcastAuthor]) }}
by
by Unknown
{{ $getString('MessageEpisodesQueuedForDownload', [episodeDownloadsQueued.length]) }}
close{{ $strings.MessageDownloadingEpisode }} "{{ episode.episodeDisplayTitle }}"
{{ description }}
| {{ $strings.LabelProgress }} | {{ $strings.LabelCurrent }} | {{ $strings.LabelRemaining }} | {{ $strings.LabelStarted }} | {{ $strings.LabelFinished }} | |
|---|---|---|---|---|---|
| {{ Math.round(progressPercent * 100) }}% | {{ $elapsedPretty(userCurrentTime) }} | {{ $elapsedPretty(userTimeRemaining) }} | {{ $formatDate(userProgressStartedAt, dateFormat) }} {{ $formatDate(userProgressStartedAt, timeFormat) }} | {{ $formatDate(userProgressFinishedAt, dateFormat) }} {{ $formatDate(userProgressFinishedAt, timeFormat) }} |
close
|