diff --git a/YJMPD-UWP/Model/ApiHandler.cs b/YJMPD-UWP/Model/ApiHandler.cs index c88943c..10c1868 100644 --- a/YJMPD-UWP/Model/ApiHandler.cs +++ b/YJMPD-UWP/Model/ApiHandler.cs @@ -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;