mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
fix deprecet payload
This commit is contained in:
parent
3a9d77868a
commit
fe539c384d
@ -7,7 +7,7 @@ function openSocket () {
|
||||
jellyfinClientManager.getJellyfinClient().reportCapabilities(
|
||||
{
|
||||
PlayableMediaTypes: "Audio",
|
||||
SupportsMediaControl: "True",
|
||||
SupportsMediaControl: true,
|
||||
SupportedCommands: "SetRepeatMode,Play,Playstate"
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user