mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Implement file size calculation
Implement compression level config for DirectDownloadPlugin Fix download of games hogging RAM
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ import java.nio.file.Path
|
||||
|
||||
interface DownloadProvider : ExtensionPoint {
|
||||
|
||||
fun getDownloadSources(path: Path): Download
|
||||
fun download(path: Path): Download
|
||||
}
|
||||
Reference in New Issue
Block a user