mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-21 20:27:06 +03:00
feat(localanime): Add some more video extensions (#1565)
This commit is contained in:
parent
22ffb7eb50
commit
8af46fdeb5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import tachiyomi.core.storage.extension
|
|||
|
||||
object ArchiveAnime {
|
||||
|
||||
private val SUPPORTED_ARCHIVE_TYPES = listOf("mp4", "mkv")
|
||||
private val SUPPORTED_ARCHIVE_TYPES = listOf("avi", "flv", "mkv", "mov", "mp4", "webm", "wmv")
|
||||
|
||||
fun isSupported(file: UniFile): Boolean = with(file) {
|
||||
return file.extension in SUPPORTED_ARCHIVE_TYPES
|
||||
|
|
Loading…
Reference in a new issue