Skip to content
Success

Changes

Summary

  1. added back cancel button to dc download process (commit: ee3861f) (details)
  2. now only update entry in downloadables if already exists with same path (commit: 04ead8b) (details)
  3. added command to delete unlinked downloadables from db and storage (commit: 0ce8935) (details)
Commit ee3861f8d5060cc0c6414c0a9130a5b05b2f715e by BerndiVader
added back cancel button to dc download process
(commit: ee3861f)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/DownloadMedia.java (diff)
Commit 04ead8b9e28e669399fc839538d6059f01683210 by BerndiVader
now only update entry in downloadables if already exists with same path
(commit: 04ead8b)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/mysql/MakeDownloadable.java (diff)
Commit 0ce8935eb0de8ddece456e8a12cd23e2c6bc6f30 by BerndiVader
added command to delete unlinked downloadables from db and storage
(commit: 0ce8935)
The file was addedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/DeleteUnlinked.java
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/Helper.java (diff)
The file was addedsrc/main/java/com/gmail/berndivader/streamserver/mysql/DeleteUnlinkedMediafiles.java