fix: smol fixes
This commit is contained in:
parent
773b7f5dd0
commit
3d187a01ec
8 changed files with 67 additions and 19 deletions
|
@ -35,4 +35,6 @@ interface DownloadAddonApiV2 {
|
|||
fun getStackTrace(sessionId: Long): String?
|
||||
|
||||
fun hadError(sessionId: Long): Boolean
|
||||
|
||||
fun getFileExtension(): Pair<String, String> = Pair("mkv", "video/x-matroska")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue