mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 22:04:08 +02:00
Fix:iOS offline reading and initialization
This commit is contained in:
+1
-2
@@ -74,8 +74,7 @@ export const getters = {
|
||||
return state.deviceData.deviceSettings.enableAltView
|
||||
},
|
||||
getOrientationLockSetting: state => {
|
||||
if (!state.deviceData || !state.deviceData.deviceSettings) return false
|
||||
return state.deviceData.deviceSettings.lockOrientation
|
||||
return state.deviceData?.deviceSettings?.lockOrientation
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user