1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

New: Release type options for Calendar page

This commit is contained in:
Bogdan
2025-05-29 23:44:23 +03:00
parent e7d76350ec
commit 9df2368601
7 changed files with 117 additions and 19 deletions
@@ -7,6 +7,9 @@ import { CalendarItem } from 'typings/Calendar';
interface CalendarOptions {
showMovieInformation: boolean;
showCinemaRelease: boolean;
showDigitalRelease: boolean;
showPhysicalRelease: boolean;
showCutoffUnmetIcon: boolean;
fullColorEvents: boolean;
}