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

New: Digital and Physical release dates for Poster options

This commit is contained in:
Bogdan
2024-08-27 01:45:13 +03:00
parent fde87a38f9
commit 21bd21b70c
10 changed files with 120 additions and 29 deletions
+3 -1
View File
@@ -20,8 +20,10 @@ export interface MovieIndexAppState {
showTitle: boolean;
showMonitored: boolean;
showQualityProfile: boolean;
showReleaseDate: boolean;
showCinemaRelease: boolean;
showDigitalRelease: boolean;
showPhysicalRelease: boolean;
showReleaseDate: boolean;
showTmdbRating: boolean;
showImdbRating: boolean;
showRottenTomatoesRating: boolean;