From 13f571452cd5d549f92b85020f2db340f1e355c3 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 20 Nov 2023 09:28:41 +0700 Subject: [PATCH] Updated --- CHANGELOG.md | 1 + library/config.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4108efd0..13379f8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/library/config.php b/library/config.php index 38338f63..e5dc701e 100644 --- a/library/config.php +++ b/library/config.php @@ -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'