a/src/mediaserver/cdplugins/plgwithslave.cxx b/src/mediaserver/cdplugins/plgwithslave.cxx
...
...
374
        }
374
        }
375
        LOGDEB1("ContentCacheEntry::toResult: pushing class " <<
375
        LOGDEB1("ContentCacheEntry::toResult: pushing class " <<
376
                res[i].upnpClass << " tt " << res[i].title << endl);
376
                res[i].upnpClass << " tt " << res[i].title << endl);
377
        entries.push_back(res[i]);
377
        entries.push_back(res[i]);
378
    }
378
    }
379
    return total;
379
    return res.size();
380
}
380
}
381
381
382
class ContentCache {
382
class ContentCache {
383
public:
383
public:
384
    ContentCache(int retention_secs = 300);
384
    ContentCache(int retention_secs = 300);