Function mpdpopm::playcounts::set_play_count[][src]

pub async fn set_play_count<I: Iterator<Item = String>>(
    client: &mut Client,
    sticker: &str,
    file: &str,
    play_count: usize,
    cmd: &str,
    args: &mut I,
    music_dir: &str
) -> Result<Option<Pin<Box<TaggedCommandFuture>>>, Error>
Expand description

Set the play count for a track– this will run the associated command, if any