mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
core API: move spotify_id to lib.rs
This commit is contained in:
parent
6a9084b00c
commit
4c2b641cad
11 changed files with 67 additions and 69 deletions
|
@ -5,7 +5,7 @@ use futures::sync::oneshot;
|
|||
use std::collections::HashMap;
|
||||
use std::io::Write;
|
||||
|
||||
use util::{FileId, SpotifyId};
|
||||
use spotify_id::{FileId, SpotifyId};
|
||||
use util::SeqGenerator;
|
||||
|
||||
#[derive(Debug, Hash, PartialEq, Eq, Copy, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue