mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 02:09:26 +02:00
Fixed nightly conflict with
This commit is contained in:
parent
7cb551d66d
commit
c19375c5ca
12 changed files with 32 additions and 32 deletions
|
@ -6,7 +6,7 @@ use aes_ctr::stream_cipher::{
|
|||
};
|
||||
use aes_ctr::stream_cipher::generic_array::GenericArray;
|
||||
|
||||
use core::audio_key::AudioKey;
|
||||
use librespot_core::audio_key::AudioKey;
|
||||
|
||||
const AUDIO_AESIV: [u8; 16] = [
|
||||
0x72, 0xe0, 0x67, 0xfb, 0xdd, 0xcb, 0xcf, 0x77,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue