mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 22:08:01 -05:00
* misc. changes
This commit is contained in:
parent
3c0d44695a
commit
f0566e8fa7
@ -46,7 +46,7 @@ public final class Settings {
|
|||||||
try {
|
try {
|
||||||
return bundle.getString("apikey.private." + name);
|
return bundle.getString("apikey.private." + name);
|
||||||
} catch (MissingResourceException e) {
|
} catch (MissingResourceException e) {
|
||||||
// ignore
|
// ignore, fall back to default
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return bundle.getString("apikey." + name);
|
return bundle.getString("apikey." + name);
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
^data$
|
^data$
|
||||||
^deluge$
|
^deluge$
|
||||||
^Desktop$
|
^Desktop$
|
||||||
|
^dev$
|
||||||
^Disco[0-9]$
|
^Disco[0-9]$
|
||||||
^disk[0-9]$
|
^disk[0-9]$
|
||||||
^Documentaries$
|
^Documentaries$
|
||||||
|
Loading…
Reference in New Issue
Block a user