mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-22 07:20:50 -04:00
[EGD-3773] added A2DP playback backend
This commit is contained in:
committed by
Bartosz Cichocki
parent
0744fe979f
commit
305d43a176
@@ -84,7 +84,7 @@ std::unique_ptr<std::vector<ThreadRecord>> ThreadRecordInterface::GetLimitOffset
|
||||
{
|
||||
auto records = std::make_unique<std::vector<ThreadRecord>>();
|
||||
|
||||
ThreadsTableFields threadsField;
|
||||
ThreadsTableFields threadsField = ThreadsTableFields();
|
||||
switch (field) {
|
||||
case ThreadRecordField::ContactID: {
|
||||
threadsField = ThreadsTableFields::ContactID;
|
||||
|
||||
Reference in New Issue
Block a user