mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-19 10:15:14 +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) {
|
async set(audiobookStreamData, stream, fromAppDestroy) {
|
||||||
this.isResetting = false
|
this.isResetting = false
|
||||||
this.initObject = { ...audiobookStreamData }
|
this.initObject = { ...audiobookStreamData }
|
||||||
|
|
||||||
var init = true
|
var init = true
|
||||||
if (!!stream) {
|
if (!!stream) {
|
||||||
console.log(JSON.stringify(stream))
|
//console.log(JSON.stringify(stream))
|
||||||
var data = await MyNativeAudio.getStreamSyncData()
|
var data = await MyNativeAudio.getStreamSyncData()
|
||||||
console.log('getStreamSyncData', JSON.stringify(data))
|
console.log('getStreamSyncData', JSON.stringify(data))
|
||||||
console.log('lastUpdate', !!stream.lastUpdate ? stream.lastUpdate : 0)
|
console.log('lastUpdate', !!stream.lastUpdate ? stream.lastUpdate : 0)
|
||||||
|
@ -247,6 +248,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.currentPlaybackRate = this.initObject.playbackSpeed
|
this.currentPlaybackRate = this.initObject.playbackSpeed
|
||||||
if (init) MyNativeAudio.initPlayer(this.initObject).then((res) => {
|
if (init) MyNativeAudio.initPlayer(this.initObject).then((res) => {
|
||||||
if (res && res.success) {
|
if (res && res.success) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue