{series.title}
@@ -215,7 +218,7 @@ class CalendarEvent extends Component {
{formatTime(airDateUtc, timeFormat)} - {formatTime(endTime.toISOString(), timeFormat, { includeMinuteZero: true })}
-
+
-
+
);
}
}
diff --git a/frontend/src/Calendar/Events/CalendarEventQueueDetails.js b/frontend/src/Calendar/Events/CalendarEventQueueDetails.js
index 60282d7ed..db26eb1d2 100644
--- a/frontend/src/Calendar/Events/CalendarEventQueueDetails.js
+++ b/frontend/src/Calendar/Events/CalendarEventQueueDetails.js
@@ -12,6 +12,7 @@ function CalendarEventQueueDetails(props) {
status,
trackedDownloadState,
trackedDownloadStatus,
+ statusMessages,
errorMessage
} = props;
@@ -26,16 +27,15 @@ function CalendarEventQueueDetails(props) {
status={status}
trackedDownloadState={trackedDownloadState}
trackedDownloadStatus={trackedDownloadStatus}
+ statusMessages={statusMessages}
errorMessage={errorMessage}
progressBar={
-
-
-
+
}
/>
);
@@ -49,6 +49,7 @@ CalendarEventQueueDetails.propTypes = {
status: PropTypes.string.isRequired,
trackedDownloadState: PropTypes.string.isRequired,
trackedDownloadStatus: PropTypes.string.isRequired,
+ statusMessages: PropTypes.arrayOf(PropTypes.object),
errorMessage: PropTypes.string
};
diff --git a/frontend/src/Episode/EpisodeStatus.js b/frontend/src/Episode/EpisodeStatus.js
index 5a5eca125..7b93f6127 100644
--- a/frontend/src/Episode/EpisodeStatus.js
+++ b/frontend/src/Episode/EpisodeStatus.js
@@ -35,7 +35,6 @@ function EpisodeStatus(props) {
{...queueItem}
progressBar={