Browse Source

preview via files

master
gsd 3 weeks ago
parent
commit
17abd82be7
  1. 1
      src/main/java/app/updates/PreviewUpdater.java

1
src/main/java/app/updates/PreviewUpdater.java

@ -74,6 +74,7 @@ public class PreviewUpdater extends BaseUpdater{
//Check dbfile
try {
url = fileController.getUrlWithNameAndTag(map, "map");
return url;
} catch (Exception ignored) {}
//Check jpg

Loading…
Cancel
Save