Release v2026.05.16.0 — recommendations working end-to-end + cover-art uncap #50
@@ -95,7 +95,7 @@ class LikedTabViewModel @Inject constructor(
|
||||
*/
|
||||
fun unlikeTrack(trackId: String) {
|
||||
viewModelScope.launch {
|
||||
repository.toggleLike(LikesRepository.ENTITY_TRACK, trackId, liked = false)
|
||||
repository.toggleLike(LikesRepository.ENTITY_TRACK, trackId, desiredState = false)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user