This commit is contained in:
Roman Kelesidis 2023-11-20 09:28:41 +07:00
parent 5ba2fbe1fd
commit 13f571452c
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
**Merged pull requests:**
- Release v2.1.5-2024.05-beta1 🎉
- Fixed $bb_cfg['file_id_ext'] ordering [\#338](https://github.com/torrentpier/torrentpier-lts/pull/338) ([belomaxorka](https://github.com/belomaxorka))
- Normalizing announce-list [\#337](https://github.com/torrentpier/torrentpier-lts/pull/337) ([belomaxorka](https://github.com/belomaxorka))
- Fixed announcer-list issue [\#335](https://github.com/torrentpier/torrentpier-lts/pull/335), [\#336](https://github.com/torrentpier/torrentpier-lts/pull/336) ([belomaxorka](https://github.com/belomaxorka))
- Some other changes / improvements

View File

@ -521,7 +521,7 @@ $bb_cfg['file_id_ext'] = array(
4 => 'png',
5 => 'rar',
6 => 'tar',
7 => 'tiff',
# 7 => 'tiff',
8 => 'torrent',
9 => 'zip',
10 => '7z'