1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 18:29:45 +02:00

Move FileId out of SpotifyId

This commit is contained in:
Roderick van Domburg 2021-12-08 19:53:45 +01:00
parent f03a7e95c1
commit 9b2ca1442e
No known key found for this signature in database
GPG key ID: A9EF5222A26F0451
12 changed files with 108 additions and 68 deletions

View file

@ -18,6 +18,7 @@ mod connection;
mod dealer;
#[doc(hidden)]
pub mod diffie_hellman;
pub mod file_id;
mod http_client;
pub mod mercury;
pub mod packet;