mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-16 08:54:47 +02:00
del debug log
This commit is contained in:
parent
ad823ca486
commit
504393ff2b
1 changed files with 3 additions and 1 deletions
|
@ -214,9 +214,10 @@ export default {
|
|||
async set(audiobookStreamData, stream, fromAppDestroy) {
|
||||
this.isResetting = false
|
||||
this.initObject = { ...audiobookStreamData }
|
||||
|
||||
var init = true
|
||||
if (!!stream) {
|
||||
console.log(JSON.stringify(stream))
|
||||
//console.log(JSON.stringify(stream))
|
||||
var data = await MyNativeAudio.getStreamSyncData()
|
||||
console.log('getStreamSyncData', JSON.stringify(data))
|
||||
console.log('lastUpdate', !!stream.lastUpdate ? stream.lastUpdate : 0)
|
||||
|
@ -247,6 +248,7 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
this.currentPlaybackRate = this.initObject.playbackSpeed
|
||||
if (init) MyNativeAudio.initPlayer(this.initObject).then((res) => {
|
||||
if (res && res.success) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue