diff --git a/client/pages/library/_library/podcast/latest.vue b/client/pages/library/_library/podcast/latest.vue index fd13fa48..4da25f3e 100644 --- a/client/pages/library/_library/podcast/latest.vue +++ b/client/pages/library/_library/podcast/latest.vue @@ -249,7 +249,7 @@ export default { }, async loadRecentEpisodes(page = 0) { this.processing = true - const episodePayload = await this.$axios.$get(`/api/libraries/${this.libraryId}/recent-episodes?limit=25&page=${page}`).catch((error) => { + const episodePayload = await this.$axios.$get(`/api/libraries/${this.libraryId}/recent-episodes?limit=50&page=${page}`).catch((error) => { console.error('Failed to get recent episodes', error) this.$toast.error(this.$strings.ToastFailedToLoadData) return null