Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Klingele committed Jun 29, 2017
1 parent ebf29f8 commit 1aa2480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/static/owncloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ define(modules, function(angular, moment, PostMessageAPI, OwnCloudConfig) {
var presentation = {
info: {
id: "nextcloud-share-" + file.token,
type: "application/pdf",
type: "application/pdf", // TODO(leon): Automatically determine type
name: file.name,
size: file.size,
url: makeShareDownloadURL(file.token),
Expand Down

0 comments on commit 1aa2480

Please sign in to comment.