- update: allow tgz-tarballs for update via ofgwrite

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-10-21 16:29:48 +02:00
committed by Thilo Graf
parent 81670c3a6b
commit 7e974bc716
3 changed files with 22 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ static const file_ext_s file_ext[] =
{ "pls", CFile::FILE_PLAYLIST },
{ "png", CFile::FILE_PICTURE },
{ "sh", CFile::FILE_TEXT },
{ "tgz", CFile::FILE_TGZ_PACKAGE },
{ "ts", CFile::FILE_TS },
{ "txt", CFile::FILE_TEXT },
{ "url", CFile::STREAM_AUDIO },