update: allow tgz-tarballs for update via ofgwrite

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9088a9431d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-21 (Sat, 21 Oct 2017)

Origin message was:
------------------
- update: allow tgz-tarballs for update via ofgwrite

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-10-21 16:29:48 +02:00
parent 66c471f2cd
commit 22ab962b17
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 },