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

sync updates

This commit is contained in:
Luke Pulverenti 2014-12-16 00:01:57 -05:00
parent e135ce333b
commit a31cd0a3bf
2 changed files with 3 additions and 3 deletions

View file

@ -928,8 +928,8 @@ var Dashboard = {
else if (msg.MessageType === "GeneralCommand") {
var cmd = msg.Data;
Dashboard.processGeneralCommand(cmd);
// Media Controller should catch this
//Dashboard.processGeneralCommand(cmd);
}
},