mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 21:03:27 +01:00
Added default state for release date and cinema release on poster view (#5932)
This commit is contained in:
parent
065846464d
commit
94df76b6e6
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ export const defaultState = {
|
|||
showTitle: false,
|
||||
showMonitored: true,
|
||||
showQualityProfile: true,
|
||||
showCinemaRelease: false,
|
||||
showReleaseDate: false,
|
||||
showSearchAction: false
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue