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