Skip to content

Commit

Permalink
Merge pull request #940 from biigle/patch-1
Browse files Browse the repository at this point in the history
Allow MOV in video file regex
  • Loading branch information
mzur authored Oct 8, 2024
2 parents 764ec21 + 28ea3cc commit e4756df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Volume.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Volume extends Model
*
* @var string
*/
const VIDEO_FILE_REGEX = '/\.(mpe?g|mp4|webm)(\?.+)?$/i';
const VIDEO_FILE_REGEX = '/\.(mpe?g|mp4|webm|mov)(\?.+)?$/i';

/**
* The attributes that are mass assignable.
Expand Down

0 comments on commit e4756df

Please sign in to comment.