https://github.com/tonikelope/megabasterd/issues/437 (EXPERIMENTAL FOR IMAGES AND VIDEOS)
This commit is contained in:
tonikelope 2023-01-06 02:31:54 +01:00
parent 34f77537bb
commit a35c49c5de
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tonikelope</groupId>
<artifactId>MegaBasterd</artifactId>
<version>7.62</version>
<version>7.63</version>
<packaging>jar</packaging>
<repositories>
<repository>

View File

@ -67,7 +67,7 @@ import javax.swing.UIManager;
*/
public final class MainPanel {
public static final String VERSION = "7.62";
public static final String VERSION = "7.63";
public static final boolean FORCE_SMART_PROXY = false; //TRUE FOR DEBUGING SMART PROXY
public static final int THROTTLE_SLICE_SIZE = 16 * 1024;
public static final int DEFAULT_BYTE_BUFFER_SIZE = 16 * 1024;

View File

@ -122,7 +122,7 @@ public class Thumbnailer {
return file.getAbsolutePath();
} catch (IOException ex) {
} catch (Exception ex) {
Logger.getLogger(Thumbnailer.class.getName()).log(Level.SEVERE, null, ex);
}