mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Added m4a
extension support in M3U playback (#1724)
* Added `m4a` extension support in M3U playback * Update CHANGELOG.md
This commit is contained in:
parent
b8343598ca
commit
8aa1bd77d7
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
**Merged pull requests:**
|
||||
|
||||
- Release 2.4.5 🍧️ ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Added `m4a` extension support in M3U playback [\#1724](https://github.com/torrentpier/torrentpier/pull/1724) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Show torrent's announcers list in `filelist.php` page [\#1708](https://github.com/torrentpier/torrentpier/pull/1708) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- [PHP 8.4] Fixed some deprecations [\#1718](https://github.com/torrentpier/torrentpier/pull/1718) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- [Configurable] Show magnet-links for guests [\#1712](https://github.com/torrentpier/torrentpier/pull/1712) ([belomaxorka](https://github.com/belomaxorka))
|
||||
|
|
|
@ -17,7 +17,7 @@ if (!$bb_cfg['torr_server']['enabled']) {
|
|||
|
||||
// Valid file formats
|
||||
$validFormats = [
|
||||
'audio' => ['mp3', 'flac', 'wav'],
|
||||
'audio' => ['mp3', 'flac', 'wav', 'm4a'],
|
||||
'video' => ['mp4', 'mkv', 'avi', 'm4v']
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue