//! Transient state for the "add to playlist" picker overlay: the tracks
//! currently selected for adding and which track list they came from.
usecrate::app::interaction::TrackListKind;pubstructPlaylistPicker{pubindices:Vec<usize>,
publist: TrackListKind,
}