Loading an mp4? nah. Saving one? yep.
This commit is contained in:
parent
05ba817052
commit
e778a79a7b
@ -54,7 +54,7 @@ public class Waypoints {
|
|||||||
private synchronized void load(Waypoint.Tag tag) {
|
private synchronized void load(Waypoint.Tag tag) {
|
||||||
waypoints.put(tag, new HashSet<>());
|
waypoints.put(tag, new HashSet<>());
|
||||||
|
|
||||||
Path fileName = directory.resolve(tag.name().toLowerCase());
|
Path fileName = directory.resolve(tag.name().toLowerCase() + ".mp4");
|
||||||
if (!Files.exists(fileName))
|
if (!Files.exists(fileName))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user