mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-12 07:53:37 +02:00
update: allow to flash zipped archives
Origin commit data
------------------
Branch: ni/coolstream
Commit: 47d263e419
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-28 (Tue, 28 May 2019)
Origin message was:
------------------
- update: allow to flash zipped archives
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -84,7 +84,8 @@ static const file_ext_s file_ext[] =
|
||||
{ "url", CFile::STREAM_AUDIO },
|
||||
{ "vob", CFile::FILE_VOB },
|
||||
{ "wav", CFile::FILE_WAV },
|
||||
{ "xml", CFile::FILE_XML }
|
||||
{ "xml", CFile::FILE_XML },
|
||||
{ "zip", CFile::FILE_ZIP_PACKAGE }
|
||||
};
|
||||
|
||||
int mycasecmp(const void * a, const void * b)
|
||||
|
Reference in New Issue
Block a user