isItemLiked

abstract suspend fun isItemLiked(item: EchoMediaItem): Boolean

Checks if a item is liked.

Return

true if the item is liked, false otherwise.

Parameters

item

the item to check.