From 97d03125d325b374ba0e6336e6f82f509ae658c6 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Thu, 6 Oct 2011 21:22:16 +0100 Subject: [PATCH] Bug fix: Bluray Source class forgot to actually return the sources list --- source/lib/RippingCluster/Source/Plugin/Bluray.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/lib/RippingCluster/Source/Plugin/Bluray.class.php b/source/lib/RippingCluster/Source/Plugin/Bluray.class.php index f6cd8bf..49b7dc5 100644 --- a/source/lib/RippingCluster/Source/Plugin/Bluray.class.php +++ b/source/lib/RippingCluster/Source/Plugin/Bluray.class.php @@ -68,6 +68,8 @@ class RippingCluster_Source_Plugin_Bluray extends RippingCluster_PluginBase impl $source->cache(); } } + + return $source; } /**