Fix
This commit is contained in:
parent
91b55d06d7
commit
92a9ed9b50
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ public class AudioVideoNotesPlugin extends OsmandPlugin {
|
||||||
String desc = getDescriptionName(fileName);
|
String desc = getDescriptionName(fileName);
|
||||||
if (desc != null) {
|
if (desc != null) {
|
||||||
return desc;
|
return desc;
|
||||||
|
} else if (this.isAudio()) {
|
||||||
return formatDateTime(ctx, file.lastModified());
|
return formatDateTime(ctx, file.lastModified());
|
||||||
} else if (this.isVideo()) {
|
} else if (this.isVideo()) {
|
||||||
return formatDateTime(ctx, file.lastModified());
|
return formatDateTime(ctx, file.lastModified());
|
||||||
|
|
Loading…
Reference in a new issue