Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2016-01-19 22:40:36 +01:00
+5 -1
View File
@@ -21,7 +21,8 @@ namespace YJMPD_UWP.Model
Picture,
Msg,
PlayerJoined,
PlayerRemoved
PlayerRemoved,
PictureUrl
}
public ApiHandler()
@@ -56,6 +57,9 @@ namespace YJMPD_UWP.Model
App.Game.MoveToWaiting();
break;
case Command.PictureUrl:
//Download picture from URL and display to participants
break;
default:
//Do nothing
break;