diff --git a/website/data/query-blacklist.txt b/website/data/query-blacklist.txt index 955a6541..6833d8d1 100644 --- a/website/data/query-blacklist.txt +++ b/website/data/query-blacklist.txt @@ -135,6 +135,7 @@ KORSUB LAB LIMITED LMAO +lol Los.Sustitutos mkvonly MultiSub @@ -196,4 +197,5 @@ UsaBit.com video[s]? www[.][\w-.]+[.](com|net|tk|ro|cd) xRipp +XtremeDoN Zune \ No newline at end of file diff --git a/website/scripts/sysinfo.groovy b/website/scripts/sysinfo.groovy index ba70fa31..a65bd941 100644 --- a/website/scripts/sysinfo.groovy +++ b/website/scripts/sysinfo.groovy @@ -51,7 +51,7 @@ try { // GIO and GVFS try { - if (net.sourceforge.filebot.gio.GVFS.supported) { + if (net.sourceforge.filebot.Settings.useGVFS()) { print 'GVFS: ' assert net.sourceforge.filebot.gio.GVFS.defaultVFS != null println 'OK'