1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added version number to apiclient

This commit is contained in:
Luke Pulverenti 2013-07-10 08:37:14 -04:00
parent 98c1b53937
commit a5a41a1643
2 changed files with 9 additions and 4 deletions

View file

@ -790,9 +790,8 @@ var Dashboard = {
});
}
else if (msg.MessageType === "UpdatePlaystate") {
else if (msg.MessageType === "Playstate") {
// TODO for Craig
}
},