Juan

Results 3 comments of Juan

You are taking the id from Database, if user has no items in database (First time), the app will crash. You can use extras in player metadata to get the...

About loudnessDb, will be better to set it from adaptiveFormats when audioConfig its missing val loudness = body.playerConfig?.audioConfig?.normalizedLoudnessDb ?: format.loudnessDb?.toFloat()

The current issue its fixed here: https://github.com/25huizengek1/ViTune/issues/841#issuecomment-2635508983 The new continuation renderer is now part of the content array. (You guys can adapt the code into their own clients/clones)