add desktop music client

This commit is contained in:
ThetaDev 2022-08-02 20:41:47 +02:00
parent 15e854b341
commit 26da4fad2c
4 changed files with 263 additions and 76 deletions

View file

@ -393,7 +393,7 @@ fn map_player_data(response: Player, deobf: &Deobfuscator) -> Result<PlayerData>
#[cfg(test)]
mod tests {
use std::{any::Any, fs, io::Cursor, path::Path};
use std::{fs, io::Cursor, path::Path};
use crate::cache::DeobfData;