mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-31 16:14:59 +02:00
Update:iOS remove unused logic of opening last active session on app launch
This commit is contained in:
parent
36be91962c
commit
ad5146e2ee
2 changed files with 3 additions and 20 deletions
|
@ -273,7 +273,7 @@ export default {
|
|||
this.notifyOnReady()
|
||||
},
|
||||
notifyOnReady() {
|
||||
// TODO: iOS opens last active playback session on app launch. Should be consistent with Android
|
||||
// TODO: was used on iOS to open last played media. May be removed
|
||||
if (!this.isIos) return
|
||||
|
||||
// If settings aren't loaded yet, native player will receive incorrect settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue