@ctrl/plex
    Preparing search index...

    Interface MovePlaylistItemOptions

    interface MovePlaylistItemOptions {
        after?: PlaylistContent;
    }
    Index

    Place the item after this playlist item. Omit to move it to the beginning.