Skip to content

Commit 6ff8dcd

Browse files
author
alexgolesh
committed
IsMobile property updated when commiting the blob upload to reflect web upload
1 parent 5e1d8cb commit 6ff8dcd

File tree

1 file changed

+1
-1
lines changed
  • ContosoMoments/Cloud/ContosoMoments.Web/scripts

1 file changed

+1
-1
lines changed

ContosoMoments/Cloud/ContosoMoments.Web/scripts/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
}
116116
var commit=function (sasurl) {
117117
return $http.post(appConfig.DefaultServiceUrl+'api/CommitBlob', {
118-
isMobile:true,
118+
isMobile:false,
119119
UserId: appConfig.DefaultUserId,
120120
AlbumId: appConfig.DefaultAlbumId,
121121
SasUrl: sasurl,

0 commit comments

Comments
 (0)