@ctrl/plex
    Preparing search index...

    Interface WatchlistTarget

    interface WatchlistTarget {
        guid: string;
        title?: string;
    }

    Implemented by

    Index
    guid: string

    Plex Discover GUID such as plex://movie/… or plex://show/….

    title?: string