fix(calendar): missing badge for sonarr series (#4150)
This commit is contained in:
@@ -47,6 +47,10 @@ export class SonarrIntegration extends Integration implements ICalendarIntegrati
|
||||
? {
|
||||
src: imageSrc,
|
||||
aspectRatio: { width: 7, height: 12 },
|
||||
badge: {
|
||||
color: "red",
|
||||
content: `S${event.seasonNumber}/E${event.episodeNumber}`,
|
||||
},
|
||||
}
|
||||
: null,
|
||||
location: null,
|
||||
|
||||
Reference in New Issue
Block a user