* misc changes
This commit is contained in:
parent
fedd10f687
commit
773f34d9ea
|
@ -207,6 +207,7 @@ public class ReleaseInfo {
|
|||
if (root.isDirectory()) {
|
||||
volumes.addAll(getChildren(root, FOLDERS));
|
||||
}
|
||||
volumes.add(root);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -141,10 +141,6 @@ public class MainFrame extends JFrame {
|
|||
|
||||
pad.setDefaultCloseOperation(DISPOSE_ON_CLOSE);
|
||||
pad.setModalExclusionType(ModalExclusionType.TOOLKIT_EXCLUDE);
|
||||
|
||||
if (Settings.isMacSandbox()) {
|
||||
MacAppUtilities.setWindowCanFullScreen(pad);
|
||||
}
|
||||
pad.setLocationByPlatform(true);
|
||||
pad.setVisible(true);
|
||||
} catch (IOException e) {
|
||||
|
|
|
@ -35,7 +35,7 @@ public class AnidbClientTest {
|
|||
princessTutuSearchResult = new AnidbSearchResult(516, "Princess Tutu", null);
|
||||
}
|
||||
|
||||
private AnidbClient anidb = new AnidbClient("filebot", 4);
|
||||
private AnidbClient anidb = new AnidbClient("filebot", 6);
|
||||
|
||||
@Test
|
||||
public void getAnimeTitles() throws Exception {
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
^Animation$
|
||||
^Anime$
|
||||
^Animes$
|
||||
^Applications$
|
||||
^AUDIO_TS$
|
||||
^bad$
|
||||
^BDMV$
|
||||
|
@ -51,6 +52,7 @@
|
|||
^disk[0-9]$
|
||||
^Documentaries$
|
||||
^Documentary$
|
||||
^Documents$
|
||||
^Done$
|
||||
^Download$
|
||||
^Downloading$
|
||||
|
@ -119,6 +121,7 @@
|
|||
^old$
|
||||
^other$
|
||||
^Part$
|
||||
^Pictures$
|
||||
^Piece$
|
||||
^Plexserv$
|
||||
^private$
|
||||
|
|
Loading…
Reference in New Issue