add desktop music client
This commit is contained in:
parent
15e854b341
commit
26da4fad2c
4 changed files with 263 additions and 76 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Reference in a new issue