Skip to content

Commit

Permalink
dji: osmo action 3 media folder regex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradIT committed Nov 9, 2024
1 parent 9c5431e commit defaf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dji/dji.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func Import(in, out, dateFormat string, bufferSize int, prefix string, dateRange
percentage,
)

mediaFolder := `\d+MEDIA`
mediaFolder := `\d+MEDIA|DJI_\d+`
mediaFolderRegex, err := regexp.Compile(mediaFolder)
if err != nil {
return nil, err
Expand Down

0 comments on commit defaf13

Please sign in to comment.