You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProfileMenu.vue: remove v-if on MenuItem to enable setting
If autoplay is enabled, it should play music after today's episode.
pseudo code:
start today's episode //We want to start playing immediately and don't want to wait for the request.
If (tile.item.shufflePodcastId > 0){ // don't do it for continue listening tiles
if (enabled autoplay in settings) {
load TrackApi.trackRecommendationGet() to get list of music
add music to queue
}
}
The text was updated successfully, but these errors were encountered:
If autoplay is enabled, it should play music after today's episode.
pseudo code:
The text was updated successfully, but these errors were encountered: