Update:Podcast items show number of incomplete episodes #315

This commit is contained in:
advplyr 2023-09-11 17:55:59 -05:00
parent 6d61b2acaf
commit 259c9cef20
4 changed files with 14 additions and 3 deletions

View file

@ -290,6 +290,8 @@ export default {
* When device gains focus then refresh the timestamps in the audio player
*/
deviceFocused(hasFocus) {
if (!this.$store.state.currentPlaybackSession) return
if (hasFocus) {
if (!this.$refs.audioPlayer?.isPlaying) {
const playbackSession = this.$store.state.currentPlaybackSession