toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
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.