feat: open profile links

This commit is contained in:
rebelonion 2024-05-23 13:20:43 -05:00
parent 3d187a01ec
commit 94ffc2595c
5 changed files with 90 additions and 52 deletions

View file

@ -35,6 +35,6 @@ interface DownloadAddonApiV2 {
fun getStackTrace(sessionId: Long): String?
fun hadError(sessionId: Long): Boolean
fun getFileExtension(): Pair<String, String> = Pair("mkv", "video/x-matroska")
}