isItemSaved

abstract suspend fun isItemSaved(item: EchoMediaItem): Boolean

Checks if a media item is saved to the library.

Return

whether the media item is saved to the library.

Parameters

item

the media item to check.