jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-api
/
org.jellyfin.sdk.api.operations
/
LibraryStructureApi
/
removeMediaPath
remove
Media
Path
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.
refresh
Library
Whether to refresh the library.