1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-05 02:39:53 +02:00

Rate limit audio file streaming too

This commit is contained in:
Roderick van Domburg 2022-09-01 22:35:03 +02:00
parent 56b5f08a32
commit 5451d14972
No known key found for this signature in database
GPG key ID: 87F5FDE8A56219F4
6 changed files with 123 additions and 41 deletions

View file

@ -21,7 +21,7 @@ mod dealer;
pub mod diffie_hellman;
pub mod error;
pub mod file_id;
mod http_client;
pub mod http_client;
pub mod mercury;
pub mod packet;
mod proxytunnel;