Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to drop files to decks with unsupported or no file extensions #13209

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

daschuer
Copy link
Member

@daschuer daschuer commented May 5, 2024

This fixes #13204

Copy link
Contributor

@acolombier acolombier left a comment

Choose a reason for hiding this comment

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

Once this is merged, the last usage of isFileNameSupported would be here. Could it be worth replacing with file introspection instead of file name extension guessing, this way we can remove this function entirely? Or is there a reason for keeping this in the future?

@Swiftb0y Swiftb0y merged commit af08fd1 into mixxxdj:2.4 Jun 4, 2024
14 checks passed
@Swiftb0y
Copy link
Member

Swiftb0y commented Jun 4, 2024

Thank you.

@Swiftb0y
Copy link
Member

Swiftb0y commented Jun 4, 2024

Once this is merged, the last usage of isFileNameSupported would be here. Could it be worth replacing with file introspection instead of file name extension guessing, this way we can remove this function entirely?

isFileNameSupported is brittle, so lets remove it entirely.

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

Successfully merging this pull request may close these issues.

None yet

3 participants