mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 10:35:42 +02: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…
Add table
Add a link
Reference in a new issue