Skip to content

add filetype key value to Metadata#93

Open
nmahdi14 wants to merge 2 commits intotus:mainfrom
nmahdi14:main
Open

add filetype key value to Metadata#93
nmahdi14 wants to merge 2 commits intotus:mainfrom
nmahdi14:main

Conversation

@nmahdi14
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Member

@Acconut Acconut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for this PR. There are only two minor things!

client = new TusClient();
client.setUploadCreationURL(new URL("https://tusd.tusdemo.net/files/"));
client.enableResuming(new TusPreferencesURLStore(pref));
client.enableRemoveFingerprintOnSuccess();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change does not look related to this PR. Could you please undo it?

cursor.moveToFirst();
String name = cursor.getString(nameIndex);

String mimType = resolver.getType(uri);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please name the variable mimeType?

@taylor7936
Copy link
Copy Markdown

IMG_20250815_152644

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants