* update data
This commit is contained in:
parent
a45c86b94a
commit
15722d00c6
|
@ -135,6 +135,7 @@ KORSUB
|
||||||
LAB
|
LAB
|
||||||
LIMITED
|
LIMITED
|
||||||
LMAO
|
LMAO
|
||||||
|
lol
|
||||||
Los.Sustitutos
|
Los.Sustitutos
|
||||||
mkvonly
|
mkvonly
|
||||||
MultiSub
|
MultiSub
|
||||||
|
@ -196,4 +197,5 @@ UsaBit.com
|
||||||
video[s]?
|
video[s]?
|
||||||
www[.][\w-.]+[.](com|net|tk|ro|cd)
|
www[.][\w-.]+[.](com|net|tk|ro|cd)
|
||||||
xRipp
|
xRipp
|
||||||
|
XtremeDoN
|
||||||
Zune
|
Zune
|
|
@ -51,7 +51,7 @@ try {
|
||||||
|
|
||||||
// GIO and GVFS
|
// GIO and GVFS
|
||||||
try {
|
try {
|
||||||
if (net.sourceforge.filebot.gio.GVFS.supported) {
|
if (net.sourceforge.filebot.Settings.useGVFS()) {
|
||||||
print 'GVFS: '
|
print 'GVFS: '
|
||||||
assert net.sourceforge.filebot.gio.GVFS.defaultVFS != null
|
assert net.sourceforge.filebot.gio.GVFS.defaultVFS != null
|
||||||
println 'OK'
|
println 'OK'
|
||||||
|
|
Loading…
Reference in New Issue