Skip to content

Commit

Permalink
Update addon.xml.in
Browse files Browse the repository at this point in the history
Add tar and iso as valid extensions
  • Loading branch information
zach-morris committed Mar 17, 2020
1 parent fa3f51b commit 1021869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vfs.libarchive/addon.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<extension
point="kodi.vfs"
protocols="archive|rar"
extensions=".7z|.tar.gz|.tar.bz2|.tar.xz|.zip|.rar|.tgz|.tbz2|.gz|.bz2|.xz|.cbr"
extensions=".7z|.tar.gz|.tar.bz2|.tar.xz|.zip|.rar|.tgz|.tbz2|.gz|.bz2|.xz|.cbr|.tar|.iso"
files="true"
directories="true"
filedirectories="true"
Expand Down

0 comments on commit 1021869

Please sign in to comment.