Skip to content

Commit

Permalink
feat(localanime): Add some more video extensions (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
fakebhai authored May 5, 2024
1 parent 22ffb7e commit 8af46fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8af46fd

Please sign in to comment.