mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
fix(downloader): media identifier & dash chapter selector
- fix ffmpeg crashes - fix close resources - perf http server
This commit is contained in:
@ -46,6 +46,6 @@ class DownloaderConfig : ConfigContainer() {
|
||||
val chatDownloadContextMenu = boolean("chat_download_context_menu")
|
||||
val ffmpegOptions = container("ffmpeg_options", FFMpegOptions()) { addNotices(FeatureNotice.UNSTABLE) }
|
||||
val logging = multiple("logging", "started", "success", "progress", "failure").apply {
|
||||
set(mutableListOf("started", "success"))
|
||||
set(mutableListOf("success", "progress", "failure"))
|
||||
}
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
package me.rhunk.snapenhance.common.data.download
|
||||
|
||||
data class DownloadMetadata(
|
||||
val mediaIdentifier: String?,
|
||||
val mediaIdentifier: String,
|
||||
val outputPath: String,
|
||||
val mediaAuthor: String?,
|
||||
val downloadSource: String,
|
||||
|
Reference in New Issue
Block a user