Remove like/dislike API calls TODO comment

This commit is contained in:
Ethan Girouard 2024-07-30 19:34:52 -04:00
parent 0c54f0aeb8
commit bab819822d
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -381,8 +381,6 @@ fn LikeDislike(status: RwSignal<PlayStatus>) -> impl IntoView {
}); });
}; };
// TODO update like and dislike status using the API when a new song starts playing
view! { view! {
<div class="like-dislike"> <div class="like-dislike">
<button on:click=toggle_dislike> <button on:click=toggle_dislike>