This commit is contained in:
Phillip Thelen
2024-02-05 15:14:32 +01:00
committed by Sabe Jones
parent 2dfe5585eb
commit 127f105934

View File

@@ -74,7 +74,7 @@ api.getContent = {
language = proposedLang;
}
const filter = req.query.filter || '';
let filter = req.query.filter || '';
// apply defaults for mobile clients
if (filter === '') {
if (req.headers['x-client'] === 'habitica-android') {