Update playMethod to fallback to 0

This commit is contained in:
advplyr
2024-02-04 18:14:24 -06:00
parent 3bb76cecac
commit 2327bc1705
+1 -1
View File
@@ -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