Switch to side-by-side view
--- a/src/cdplugins/qobuz/qobuz-app.py +++ b/src/cdplugins/qobuz/qobuz-app.py @@ -105,7 +105,7 @@ return entries def direntry(id, pid, title): - return {'id': id, 'pid' : pid, 'tt': title, 'tp':'ct'} + return {'id': id, 'pid' : pid, 'tt': title, 'tp':'ct', 'searchable' : '1'} def direntries(objid, ttidlist): content = []