Fix
This commit is contained in:
parent
a43a077111
commit
2e331cbd8b
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ public class AudioVideoNotesPlugin extends OsmandPlugin {
|
|||
}
|
||||
|
||||
public boolean isAudio() {
|
||||
return file.getName().endsWith(MPEG4_EXTENSION) || file.getName().endsWith(THREEGP_EXTENSION);
|
||||
return file.getName().endsWith(THREEGP_EXTENSION);
|
||||
}
|
||||
|
||||
private String convertDegToExifRational(double l) {
|
||||
|
|
Loading…
Reference in a new issue