mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-04-14 19:46:30 +00:00
Update playMethod to fallback to 0
This commit is contained in:
parent
3bb76cecac
commit
2327bc1705
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ export default {
|
|||
return null
|
||||
},
|
||||
playMethod() {
|
||||
return this.playbackSession?.playMethod || null
|
||||
return this.playbackSession?.playMethod || 0
|
||||
},
|
||||
isLocalPlayMethod() {
|
||||
return this.playMethod == this.$constants.PlayMethod.LOCAL
|
||||
|
|
|
|||
Loading…
Reference in a new issue