Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/webamp/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@
}
}, 500)
</script>
<!-- https://github.com/captbaritone/webamp/issues/750
<script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="7py29249dpeddu8" async></script>
-->
<!-- Scripts get injected by html-webpack-plugin -->
</body>

Expand Down
4 changes: 0 additions & 4 deletions packages/webamp/demo/js/dropboxFilePicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ function genAudioFileUrlsFromDropbox(): Promise<DropboxFile[]> {
const dropboxFilePicker: FilePicker = {
contextMenuName: "Dropbox...",
filePicker: async () => {
alert(
`Dropbox integration is currently disabled. See https://github.com/captbaritone/webamp/issues/750 for more information.`
);
// https://github.com/captbaritone/webamp/issues/750
const files = await genAudioFileUrlsFromDropbox();
return files.map((file) => ({
url: file.link,
Expand Down