Skip to content

Commit

Permalink
Fix episode not loading on Wear OS (#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekygecko authored Nov 26, 2024
1 parent 336dfc6 commit be46dbc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ data class PlaybackState(
}

return PlaybackState(
state = state,
isBuffering = !episode.isDownloaded && state == State.PLAYING,
isPrepared = isPrepared,
isSleepTimerRunning = previousPlaybackState?.isSleepTimerRunning ?: false,
Expand Down

0 comments on commit be46dbc

Please sign in to comment.