public BaseApiResult SetupPlayerByPath(string wallpaperPath, string customDownloadUrl) { var wpType = WallpaperApi.GetWallpaperType(wallpaperPath); return(SetupPlayer(wpType, customDownloadUrl)); }