removeMediaPath

suspend fun removeMediaPath(name: String? = null, path: String? = null, refreshLibrary: Boolean? = false): Response<Unit>

Remove a media path.

Parameters

name

The name of the library.

path

The path to remove.

refreshLibrary

Whether to refresh the library.