fix wrong playback payload

This commit is contained in:
KGT1 2021-04-17 04:13:42 +02:00
parent 8363e576af
commit f005b404ca

View File

@ -218,7 +218,7 @@ function getPostitionTicks () {
function getPlayMethod () { function getPlayMethod () {
// TODO figure out how to figure this out // TODO figure out how to figure this out
return "Transcode"; return "DirectPlay";
} }
function getRepeatMode () { function getRepeatMode () {