--- trunk/libxmltv/Core/DataSourceBindable.cs 2013/03/10 19:32:56 123 +++ trunk/libxmltv/Core/DataSourceBindable.cs 2013/03/10 19:34:06 124 @@ -127,8 +127,9 @@ public object CreateBindableDataSource() { - object bindable = new object(); - return bindable; + throw new NotImplementedException("Conversion of Extra MetaData to a bindable datasource has not been implemented."); + //object bindable = new object(); + //return bindable; } } }