mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 09:04:40 +02:00
Update:Podcast items show number of incomplete episodes #315
This commit is contained in:
parent
6d61b2acaf
commit
259c9cef20
4 changed files with 14 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue