Skip to content

Commit

Permalink
app: support 3GP videos (fix #1055)
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Mar 11, 2024
1 parent 03efdf8 commit 8a033c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
- **Important**: It is recommended to run `occ memories:places-setup` again if you use MySQL or MariaDB
- Hide files starting with `.` in the timeline
- Prevent automatically retrying failed indexing jobs
- Support for 3GP videos ([#1055](https://github.com/pulsejet/memories/issues/1055))

## [v6.2.2] - 2024-01-10

Expand Down
1 change: 1 addition & 0 deletions lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class Application extends App implements IBootstrap
'video/x-matroska',
'video/MP2T',
'video/x-msvideo',
'video/3gpp',
// 'video/x-m4v', // too rarely used for photos
// 'video/ogg', // too rarely used for photos
];
Expand Down

0 comments on commit 8a033c7

Please sign in to comment.