Added default state for release date and cinema release on poster view (#5932)

This commit is contained in:
Robin Dadswell 2021-02-14 06:11:50 +00:00 committed by GitHub
parent 065846464d
commit 94df76b6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ export const defaultState = {
showTitle: false,
showMonitored: true,
showQualityProfile: true,
showCinemaRelease: false,
showReleaseDate: false,
showSearchAction: false
},