mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Commit missing ;
This commit is contained in:
parent
f62709fb9d
commit
43959ee788
1 changed files with 1 additions and 0 deletions
|
@ -561,6 +561,7 @@ impl PlayerInternal {
|
|||
.session
|
||||
.audio_key()
|
||||
.request(track.id, file_id)
|
||||
;
|
||||
let encrypted_file = AudioFile::open(&self.session, file_id);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue