db.cpp : 'Load Bouquets' support for non dvb services.
[vuplus_dvbapp] / lib / dvb / db.cpp
index 0547407..f938cb1 100644 (file)
@@ -651,11 +651,6 @@ void eDVBDB::loadBouquet(const char *path)
                        {
                                int offs = line[8] == ':' ? 10 : 9;
                                eServiceReference tmp(line+offs);
-                               if (tmp.type != eServiceReference::idDVB)
-                               {
-                                       eDebug("only DVB Bouquets supported");
-                                       continue;
-                               }
                                if ( tmp.flags&eServiceReference::canDescent )
                                {
                                        size_t pos = tmp.path.rfind('/');