export type PlexMusicSearchApproach = {
    id: string;
    filtered?: boolean;
    trim?: boolean;
    ignoreQuotes?: boolean;
    force?: boolean;
};
