mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 05:43:58 +02:00
del debug log
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user