current_song_position: f64,
current_binary_size: usize,
poll_state: PollState,
- thread_running: bool,
stream: TcpStream,
password: String,
error_text: String,
current_song_position: 0.0,
current_binary_size: 0,
poll_state: PollState::None,
- thread_running: true,
stream,
password,
error_text: String::new(),
write_handle.current_song_filename = song_file;
write_handle.art_data.clear();
write_handle.art_data_size = 0;
+ write_handle.art_data_type.clear();
write_handle.can_get_album_art = true;
write_handle.can_get_album_art_in_dir = true;
write_handle.current_song_title.clear();