mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
fix wrong playback payload
This commit is contained in:
parent
8363e576af
commit
f005b404ca
@ -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 () {
|
||||||
|
Loading…
Reference in New Issue
Block a user