Skip to content

Commit 848745d

Browse files
committed
fixup! Add dioxus version
1 parent 688bbb9 commit 848745d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

mlm_web_dioxus/src/search.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@ pub async fn get_search_data(
219219
.then(a.media_type.cmp(&b.media_type))
220220
});
221221
}
222+
223+
Ok(SearchData {
224+
torrents,
225+
total: result.total,
226+
})
222227
}
223228

224229
#[component]

0 commit comments

Comments
 (0)