-
-
-
- {
- status === 'ended' &&
-
- }
-
-
-
-
-
-
-
-
- {
- showTitle &&
-
- {authorName}
-
- }
-
- {
- showMonitored &&
-
- {monitored ? 'Monitored' : 'Unmonitored'}
-
- }
-
- {
- showQualityProfile &&
-
- {qualityProfile.name}
-
- }
- {
- nextAiring &&
-
- {
- getRelativeDate(
- nextAiring,
- shortDateFormat,
- showRelativeDates,
- {
- timeFormat,
- timeForToday: true
- }
- )
- }
-
- }
-
-
-
-
-
-
-